Merge branch 'main' into feature/add-oidc-preferred_username-as-username-source

This commit is contained in:
Giteabot 2024-04-16 01:41:30 +08:00 committed by GitHub
commit d96169a5b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -249,6 +249,7 @@
.ui.red.button,
.ui.red.buttons .button {
color: var(--color-white);
background: var(--color-red);
}
@ -283,6 +284,7 @@
.ui.green.button,
.ui.green.buttons .button {
color: var(--color-white);
background: var(--color-green);
}