mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-24 17:23:50 +02:00
fix: el-tag styles for dark theme
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user