You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/docs/components/close-button.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -27,17 +27,17 @@ Disabled close buttons change their `opacity`. We've also applied `pointer-event
27
27
<CCloseButton disabled/>
28
28
```
29
29
30
-
## White variant
30
+
## Dark variant
31
31
32
-
Change the default `<CCloseButton>` to be white with the `white` boolean property.
32
+
Add `dark` boolean property to the `<CCloseButton>`, to invert the close button. This uses the filter property to invert the background-image without overriding its value.
0 commit comments