Skip to content

Commit 2fcdbf2

Browse files
committed
fix(FormField): hover support Appearance
1 parent cd360e6 commit 2fcdbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FormField/FormField.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,5 @@
148148
.CustomSelect__open.Select--mimicry-plain.Select--mimicry:focus
149149
.FormField__border,
150150
.FormField:not(.FormField--disabled) .FormField__border--hover {
151-
background-color: var(--vkui--color_background);
151+
background-color: var(--background_page, var(--vkui--color_background));
152152
}

0 commit comments

Comments
 (0)