Skip to content

Commit

Permalink
fix(borders): set border width with rounded composable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 3, 2024
1 parent b5a7147 commit 309de63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vuetify/src/styles/settings/_variables.scss
Expand Up @@ -18,6 +18,7 @@ $borders: map-deep-merge(
(
0: 0,
null: thin,
thin: thin,
sm: 1px,
md: 2px,
lg: 4px,
Expand Down

0 comments on commit 309de63

Please sign in to comment.