chore: vars + colors

This commit is contained in:
Cory Dransfeldt 2024-07-02 15:26:56 -07:00
parent 40716f8324
commit 497773d8f7
No known key found for this signature in database
4 changed files with 7 additions and 5 deletions

View file

@ -38,9 +38,10 @@
line-height: var(--line-height-sm);
svg {
width: 18px;
height: 18px;
width: var(--sizing-svg-sm);
height: var(--sizing-svg-sm);
margin-right: var(--sizing-xs);
stroke: var(--favorite);
}
}