fix: el-tag styles for dark theme

This commit is contained in:
pa
2025-08-16 20:38:13 +09:00
committed by Natsumi
parent 2483f80483
commit c72688d722
5 changed files with 52 additions and 6 deletions

View File

@@ -1122,8 +1122,14 @@ input[type='number'],
color: rgb(var(--md-sys-color-error));
border-color: rgb(var(--md-sys-color-error));
}
.el-tag.el-tag--info {
.el-tag,
.el-tag.el-tag--success,
.el-tag.el-tag--info,
.el-tag.el-tag--warning,
.el-tag.el-tag--danger {
border-color: rgb(var(--md-sys-color-outline));
background-color: transparent;
}
/* Friend */