fix: light mode for channels create and edit (#8542)

This commit is contained in:
Yunus M 2025-07-16 10:33:09 +05:30 committed by GitHub
parent 9ec503e302
commit 86be2869a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 22 additions and 0 deletions

View File

@ -13,3 +13,14 @@
margin-bottom: 16px;
}
}
.lightMode {
.create-alert-channels-container {
background: var(--bg-vanilla-100);
border-color: var(--bg-vanilla-300);
.form-alert-channels-title {
color: var(--bg-ink-100);
}
}
}

View File

@ -12,3 +12,14 @@
margin-bottom: 16px;
}
}
.lightMode {
.edit-alert-channels-container {
background: var(--bg-vanilla-100);
border-color: var(--bg-vanilla-300);
.form-alert-channels-title {
color: var(--bg-ink-100);
}
}
}