Skip to content

Commit 8bb119c

Browse files
author
Mario Aguiar
committed
Remove border from large buttons
1 parent 7d03e04 commit 8bb119c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/assets/css/src/components/button.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@ svg.mdc-button__icon {
668668

669669
.mdc-button.is-large {
670670
background-color: var(--md-sys-color-primary-container);
671+
border: 0;
671672
border-radius: var(--md-sys-shape-medium);
672673
box-shadow: var(--md-sys-elevation-1);
673674
color: var(--md-sys-color-on-primary-container);

0 commit comments

Comments
 (0)