chore: update icons + border radii

This commit is contained in:
Cory Dransfeldt 2024-07-11 14:20:08 -07:00
parent 06f3e1a539
commit 7be4899507
No known key found for this signature in database
6 changed files with 8 additions and 19 deletions

View file

@ -103,14 +103,6 @@
--sizing-svg-sm: 18px;
--sizing-svg-base: 24px;
/* radii */
--rounded-none: 0;
--rounded-sm: .125rem;
--rounded: .25rem;
--rounded-md: .375rem;
--rounded-lg: .5rem;
--rounded-full: 9999px;
/* aspect ratios */
--aspect-ratio-square: 1/1;
--aspect-ratio-vertical: 2/3;