Skip to content

Commit c65c4ac

Browse files
authored
Update es-button.css
Reducing the radius on the button border.
1 parent d5a14fd commit c65c4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/styles/components/es-button.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ a.es-button-secondary:visited {
1313
padding-top: var(--spacing-1);
1414
padding-bottom: var(--spacing-1);
1515
border: 0;
16-
border-radius: var(--radius-lg);
16+
border-radius: var(--radius);
1717
font-size: var(--font-size-md);
1818
line-height: var(--line-height-md);
1919
transition: background-color 0.2s, color 0.1s;

0 commit comments

Comments
 (0)