We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--spinner-color
--spinner-bg-color
1 parent f78a93e commit 83c9844Copy full SHA for 83c9844
app/components/loading-spinner.module.css
@@ -1,6 +1,6 @@
1
.spinner {
2
- --spinner-color: black;
3
- --spinner-bg-color: rgba(0, 0, 0, .2);
+ --spinner-color: light-dark(black, white);
+ --spinner-bg-color: light-dark(rgba(0, 0, 0, .2), rgba(255, 255, 255, .2));
4
--spinner-size: 16px;
5
6
display: inline-block;
0 commit comments