Skip to content

Commit 5d16f8a

Browse files
committed
fix mixin
1 parent 627d30b commit 5d16f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/forms/form-validation.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ dl.form-group > dd, // TODO: Deprecate
235235
}
236236

237237
&.focused {
238-
@include focusBoxShadow(2px, var(--color-accent-fg));
238+
@include focusBoxShadowInset(2px, var(--color-accent-fg));
239239

240240
.form-control {
241241
border-color: transparent;

0 commit comments

Comments
 (0)