Skip to content

Commit cc06370

Browse files
fix(client/ui/tailwind): add bg-lightest color
1 parent 6b3f45f commit cc06370

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/packages/ui/tailwind.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
bg: {
1010
default: '#20182B',
1111
lighter: '#2b2436',
12+
lightest: '#362f40',
1213
},
1314
fg: {
1415
default: colors.zinc[100],

0 commit comments

Comments
 (0)