Skip to content

Commit 2610c01

Browse files
committed
update baseColor in Tailwind configuration to new branding color
1 parent 771a6c3 commit 2610c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default {
1212
colors: {
1313
background: '#000000',
1414
background2: '#222222',
15-
baseColor: '#d4ff00',
15+
baseColor: '#d7572b',
1616
foreground: 'hsl(var(--foreground))',
1717
card: {
1818
DEFAULT: 'hsl(var(--card))',

0 commit comments

Comments
 (0)