Skip to content

Commit

Permalink
color-update
Browse files Browse the repository at this point in the history
  • Loading branch information
flicksolutions committed May 28, 2024
1 parent c6b780a commit cc7e65c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/beach.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const beach: QuarternaryConfig = {
'--color-secondary-200': '253 232 204', // #fde8cc
'--color-secondary-300': '251 219 174', // #fbdbae
'--color-secondary-400': '249 191 113', // #f9bf71
'--color-secondary-500': '246 164 52', // #f6a434
'--color-secondary-500': '233 252 0', // #e9fc00
'--color-secondary-600': '221 148 47', // #dd942f
'--color-secondary-700': '185 123 39', // #b97b27
'--color-secondary-800': '148 98 31', // #94621f
Expand Down
1 change: 0 additions & 1 deletion tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { join } from 'path';
import type { Config } from 'tailwindcss';
import typography from '@tailwindcss/typography';
import containerQueries from '@tailwindcss/container-queries';
import { skeleton } from '@skeletonlabs/tw-plugin';
import { beach } from './src/beach';

Expand Down

0 comments on commit cc7e65c

Please sign in to comment.