0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 01:22:07 +01:00

Use a theme-agnostic color token for read-only panels support in dark mode

This commit is contained in:
Thibaud Colas 2023-07-17 10:34:00 +01:00 committed by Sage Abdullah
parent 5fcb58f929
commit 3ae40d87f0
No known key found for this signature in database
GPG Key ID: EB1A33CC51CC0217

View File

@ -8,7 +8,7 @@
.w-field__textoutput {
@include input-base();
@apply w-body-text-large;
background-color: theme('colors.grey.50');
background-color: theme('colors.surface-field-inactive');
width: 100%;
padding: theme('spacing.[1.5]') theme('spacing.5');
min-height: $text-input-height;