Skip to content

Commit

Permalink
feat(ui): update background color
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusfg7 committed Dec 2, 2022
1 parent 40d1a2e commit cc8d90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@layer base {
body {
@apply bg-white font-['Inter']
@apply bg-zinc-100 font-['Inter']
text-[#111];
}

Expand Down

0 comments on commit cc8d90d

Please sign in to comment.