Skip to content

Commit

Permalink
enhance(notecards): reduce left border width
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Apr 18, 2024
1 parent a0d50ad commit 7994d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/ui/molecules/notecards/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--note-background: var(--background-information);
--note-theme: var(--icon-information);
background-color: var(--note-background);
border-left: 4px solid var(--note-theme);
border-left: 2px solid var(--note-theme);
border-radius: var(--elem-radius);
box-shadow: var(--shadow-01);
margin: 1rem 0;
Expand Down

0 comments on commit 7994d19

Please sign in to comment.