Skip to content

Commit 26a3f6d

Browse files
committed
shadow for invalid input
1 parent 85f6e30 commit 26a3f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web-app/packages/lib/src/assets/sass/theme-base/_mixins.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@mixin invalid-input() {
3131
border-color: $inputErrorBorderColor;
3232
background-color: $inputErrorBackgroundColor;
33-
box-shadow: inset 0 0 0 1px $inputErrorBorderColor;
33+
box-shadow: inset 0 0 0 2px $inputErrorBorderColor;
3434
}
3535

3636
@mixin menuitem {

0 commit comments

Comments
 (0)