Skip to content

Commit

Permalink
chore: replace color with theme var (#1338)
Browse files Browse the repository at this point in the history
  • Loading branch information
1emu authored Oct 16, 2023
1 parent aa2e709 commit 738aa4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
font-size: 10px;
line-height: 24px;
text-transform: uppercase;
color: #000000;
color: var(--black-800);
opacity: 0.6;
}

Expand Down

0 comments on commit 738aa4d

Please sign in to comment.