1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 06:45:23 +02:00

feature(UI): toggle styling changes [EE-4602] (#10373)

This commit is contained in:
Prabhat Khera 2023-10-12 07:34:38 +13:00 committed by GitHub
parent 6a5f5aa424
commit 31bcba96c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 14 deletions

View file

@ -18,7 +18,9 @@
}
.switch i {
background: var(--bg-switch-box-color);
@apply bg-gray-6;
@apply th-dark:bg-gray-warm-8;
@apply th-highcontrast:bg-gray-warm-8;
}
.table > thead > tr > th,