Skip to content

Commit

Permalink
fix: increased readability
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaburgio committed Feb 20, 2024
1 parent f9d372b commit 04bf495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iconoir.com/components/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ const Subtitle = styled.div<{ $iconWidth: number }>`
font-size: 11px;
font-weight: 500;
line-height: 14.74px;
color: var(--black-40);
color: var(--black-60);
text-align: center;
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit 04bf495

Please sign in to comment.