Skip to content

Commit d533bd4

Browse files
NidhiKJhagarrettbeargeorgewrmarshall
authored
added sm border radius (#16611)
* added sm border radius * Update ui/css/design-system/attributes.scss Co-authored-by: George Marshall <george.marshall@consensys.net> Co-authored-by: Garrett Bear <gwhisten@gmail.com> Co-authored-by: George Marshall <george.marshall@consensys.net>
1 parent ff25d44 commit d533bd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ui/css/design-system/attributes.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ $font-style: normal, italic, oblique;
5050
$font-size: 10px, 12px;
5151
$border-radius: (
5252
xs: 2px,
53-
md: 4px,
53+
sm: 4px,
54+
md: 6px,
5455
lg: 8px,
5556
xl: 12px,
5657
full: 50%,

0 commit comments

Comments
 (0)