Skip to content

Commit

Permalink
IPK-89 Fixed radius css variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Jan 3, 2024
1 parent 01271c2 commit 8bda5fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/globals.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
--border: 217.2 32.6% 17.5%;
--input: 217.2 32.6% 17.5%;
--ring: 224.3 76.3% 48%;
--radius: 1rem;
}
}

Expand All @@ -47,6 +48,7 @@ $destructive-foreground: hsl(210 40% 98%);
$border: hsl(217.2 32.6% 17.5%);
$input: hsl(217.2 32.6% 17.5%);
$ring: hsl(224.3 76.3% 48%);
$radius: 1rem;

@layer utilities {
/* This two helpers apply a -50% to the translate x/y, and add
Expand Down

0 comments on commit 8bda5fb

Please sign in to comment.