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.
1 parent ca699b5 commit cc4c179Copy full SHA for cc4c179
src/Lumi/Components/Pill.purs
@@ -65,8 +65,8 @@ styles = jss
65
}
66
67
, "&[data-status=\"unknown\"]":
68
- { color: cssStringHSLA colors.black2
69
- , borderColor: cssStringHSLA colors.black2
+ { color: cssStringHSLA colors.black1
+ , borderColor: cssStringHSLA colors.black1
70
71
72
src/Lumi/Components/StatusSlat.purs
@@ -87,7 +87,7 @@ styles = jss
87
{ color: cssStringHSLA colors.accent3
88
89
90
- { color: cssStringHSLA colors.black3
91
92
93
0 commit comments