Skip to content

Commit

Permalink
💄 change default color
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Dec 21, 2021
1 parent 9162e78 commit d6d2f52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func InitSettings() {
},
{
Key: "icon color",
Value: "teal.300",
Value: "#1890ff",
Description: "icon's color",
Type: "string",
Group: model.PUBLIC,
Expand Down Expand Up @@ -122,7 +122,7 @@ func InitSettings() {
Key: "customize head",
Value: `<style>
.chakra-ui-light{
background-color: #FFF5F5;
background-color: #FAF5FF;
}
.main-box {
border-radius: 15px !important;
Expand Down

0 comments on commit d6d2f52

Please sign in to comment.