💄 change default color

pull/548/head v2.0.3
Xhofe 2021-12-21 13:13:01 +08:00
parent 9162e782a0
commit d6d2f52922
1 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ func InitSettings() {
}, },
{ {
Key: "icon color", Key: "icon color",
Value: "teal.300", Value: "#1890ff",
Description: "icon's color", Description: "icon's color",
Type: "string", Type: "string",
Group: model.PUBLIC, Group: model.PUBLIC,
@ -122,7 +122,7 @@ func InitSettings() {
Key: "customize head", Key: "customize head",
Value: `<style> Value: `<style>
.chakra-ui-light{ .chakra-ui-light{
background-color: #FFF5F5; background-color: #FAF5FF;
} }
.main-box { .main-box {
border-radius: 15px !important; border-radius: 15px !important;