fix(wizard): highcontrast style for BE only options (#7544)

pull/7563/head
itsconquest 2 years ago committed by GitHub
parent a2a35a1851
commit 87214d48be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,6 +3,7 @@
@apply border border-solid; @apply border border-solid;
@apply bg-gray-2 border-gray-5 text-black; @apply bg-gray-2 border-gray-5 text-black;
@apply th-dark:bg-gray-iron-10 th-dark:border-gray-neutral-8 th-dark:text-white; @apply th-dark:bg-gray-iron-10 th-dark:border-gray-neutral-8 th-dark:text-white;
@apply th-highcontrast:bg-gray-iron-10 th-highcontrast:border-gray-neutral-8 th-highcontrast:text-white;
display: block; display: block;
width: 200px; width: 200px;

Loading…
Cancel
Save