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:
parent
281cc99291
commit
5683ed1e54
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue