fix: address todos (#2578)

This commit is contained in:
Alex Inkin
2024-03-28 00:27:51 +08:00
committed by GitHub
parent 641e829e3f
commit 8cfd994170
16 changed files with 359 additions and 192 deletions

View File

@@ -523,19 +523,19 @@ button.g-action {
overflow: auto !important;
}
.g-success {
.g-success.g-success {
color: var(--tui-success-fill);
}
.g-warning {
.g-warning.g-warning {
color: var(--tui-warning-fill);
}
.g-error {
.g-error.g-error {
color: var(--tui-error-fill);
}
.g-info {
.g-info.g-info {
color: var(--tui-info-fill);
}