Skip to content

Commit

Permalink
fix: snippet spacing and text size
Browse files Browse the repository at this point in the history
  • Loading branch information
abelflopes committed Jul 25, 2024
1 parent 2d5699f commit cbb99a4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@

.root {
@include text.text-base;
@include text.text-variation(small);

display: block;
padding: theme.get-spacing(3);
padding: theme.get-spacing(1.5);
border-radius: theme.get-spacing(1);
background-color: theme.get-color(neutral-light-1-5);
font-family: monospace;
Expand Down

0 comments on commit cbb99a4

Please sign in to comment.