Fix dark theme CSS whitespace (#7104)

Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
Marc Bernard 2024-12-06 04:47:39 -05:00 committed by GitHub
parent 0e6c6fc120
commit d21c8a3cfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,4 +263,4 @@ div.log { color: var(--theme-greyscale-dark); }
.dialog input[readonly] { .dialog input[readonly] {
background-color: var(--theme-greyscale-dark); background-color: var(--theme-greyscale-dark);
color: var(--theme-greyscale-medium); color: var(--theme-greyscale-medium);
} }