Skip to content

Commit

Permalink
chore: get necessary color only from tailwind (#5)
Browse files Browse the repository at this point in the history
Fix tailwindcss warning log.
  • Loading branch information
nix6839 authored Sep 14, 2023
1 parent 1704d2b commit 83e960b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/portfolio/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import defaultTheme from 'tailwindcss/defaultTheme.js';
import type { Config } from 'tailwindcss';

const COLORS = {
...tailwindColors,
zinc: tailwindColors.zinc,
brand: '#b4ec94',
} as const;

Expand Down

0 comments on commit 83e960b

Please sign in to comment.