Skip to content

Commit cc4c179

Browse files
authored
Update Unknown/Pending/Grey colors (#6)
1 parent ca699b5 commit cc4c179

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/Lumi/Components/Pill.purs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ styles = jss
6565
}
6666

6767
, "&[data-status=\"unknown\"]":
68-
{ color: cssStringHSLA colors.black2
69-
, borderColor: cssStringHSLA colors.black2
68+
{ color: cssStringHSLA colors.black1
69+
, borderColor: cssStringHSLA colors.black1
7070
}
7171
}
7272
}

src/Lumi/Components/StatusSlat.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ styles = jss
8787
{ color: cssStringHSLA colors.accent3
8888
}
8989
, "&[data-status=\"unknown\"]":
90-
{ color: cssStringHSLA colors.black3
90+
{ color: cssStringHSLA colors.black1
9191
}
9292
}
9393
}

0 commit comments

Comments
 (0)