perf(webui): btn color in empty component

This commit is contained in:
Junyan Qin
2025-04-27 22:23:24 +08:00
parent ef207f9435
commit 7d904afd39

View File

@@ -23,7 +23,7 @@
width: 200px;
height: 50px;
border-radius: 20px;
background-color: #6062E7;
background-color: #2288ee;
color: #FFF;
font-size: 20px;
font-weight: bold;
@@ -33,7 +33,7 @@
}
.emptyCreateButton:hover {
background-color: #4b4de3;
background-color: #1b77d2;
}
.emptyInfoContainer {