Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit e74e4db

Browse files
committed
Buttons: Adjusting rounded corner variable
1 parent 3cb1565 commit e74e4db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scss/variables/buttons.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ chassis.uiButton = {
8181
"ui-button-large": {
8282
name: "Large Button",
8383
value: {
84-
"border-radius": "6px",
84+
"border-radius": "2px",
8585
"font-size": "16px",
8686
"line-height": "16px",
8787
"padding": ".75em 1.25em"
@@ -90,7 +90,7 @@ chassis.uiButton = {
9090
"ui-button-default": {
9191
name: "Default Button",
9292
value: {
93-
"border-radius": "4px",
93+
"border-radius": "2px",
9494
"font-size": "14px",
9595
"line-height": "14px",
9696
"padding": ".5em 1em"
@@ -99,7 +99,7 @@ chassis.uiButton = {
9999
"ui-button-small": {
100100
name: "Small Button",
101101
value: {
102-
"border-radius": "3px",
102+
"border-radius": "2px",
103103
"font-size": "12px",
104104
"line-height": "12px",
105105
"padding": ".35em .75em"
@@ -108,7 +108,7 @@ chassis.uiButton = {
108108
"ui-button-extra-small": {
109109
name: "Extra Small Button",
110110
value: {
111-
"border-radius": "3px",
111+
"border-radius": "2px",
112112
"font-size": "12px",
113113
"line-height": "12px",
114114
"padding": ".2em .35em"

0 commit comments

Comments
 (0)