mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-09-17 15:27:15 +00:00
perf(webui): btn color in empty component
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
width: 200px;
|
width: 200px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
background-color: #6062E7;
|
background-color: #2288ee;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.emptyCreateButton:hover {
|
.emptyCreateButton:hover {
|
||||||
background-color: #4b4de3;
|
background-color: #1b77d2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.emptyInfoContainer {
|
.emptyInfoContainer {
|
||||||
|
|||||||
Reference in New Issue
Block a user