mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-15 09:48:14 +08:00
💄 调整 cancel 颜色
This commit is contained in:
@@ -48,7 +48,7 @@ function transColor(color: string): string {
|
|||||||
case "warn":
|
case "warn":
|
||||||
return "#ecb349";
|
return "#ecb349";
|
||||||
case "cancel":
|
case "cancel":
|
||||||
return "#cdcbc4";
|
return "#2C313C";
|
||||||
default:
|
default:
|
||||||
return color;
|
return color;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user