Skip to content

Commit e4eb7dc

Browse files
committed
feat: update Button styles to remove box-shadow and set border to none for improved appearance
1 parent 744c2fc commit e4eb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/button/Button.style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
&.button--none {
3232
background: transparent;
33-
box-shadow: none;
33+
border: none;
3434
//@include helpers.glassBoxWithoutShadowAndBorder($color, variables.$white, $color);
3535
}
3636
}

0 commit comments

Comments
 (0)