Skip to content

Commit

Permalink
[web] Fix icon size CSS variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dgdavid committed Dec 20, 2023
1 parent 5fb2e1f commit c0870bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/assets/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
--icon-size-l: 36px;
--icon-size-xl: 40px;
--icon-size-xxl: 44px;
--icon-xxxl: 10rem;
--icon-size-xxxl: 10rem;

--stack-gutter: var(--spacer-normal);
--split-gutter: var(--spacer-small);
Expand Down

0 comments on commit c0870bc

Please sign in to comment.