Fix c notice close button color in Twenty Twenty One dark mode (https://github.com/woocommerce/woocommerce-blocks/pull/3472)

This commit is contained in:
Albert Juhé Lluveras 2020-12-02 13:09:57 +01:00 committed by GitHub
parent 281cc99291
commit 5683ed1e54
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@
margin: 0 0 0 auto;
border: 0;
outline: 0;
color: #fff;
color: currentColor;
svg {
fill: #fff;
fill: currentColor;
vertical-align: text-top;
}
}