Skip to content

Commit

Permalink
Merge pull request #13 from deco-sites/karla-discount-and-color-ajust
Browse files Browse the repository at this point in the history
fix: color ajust
  • Loading branch information
karlaoshikawa authored Dec 4, 2024
2 parents 9f8e06c + 20551d7 commit d2f14a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .deco/blocks/Luxury.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"fontFamily": "'Georgia'"
},
"mainColors": {
"primary": "#FFFFFF",
"base-100": "#FFFFFF",
"tertiary": "#000000",
"primary": "#09090b",
"base-100": "#09090b",
"tertiary": "#cddef9",
"secondary": "#164195",
"neutral": "#000000"
"neutral": "#ffffff"
},
"buttonStyle": {
"--border-btn": "1px",
Expand All @@ -25,13 +25,13 @@
},
"base-300": "#dfeaffd4"
},
"colorScheme": "any",
"otherStyles": {
"--rounded-box": "1rem",
"--rounded-badge": "1.9rem",
"--animation-input": "0.2s",
"--tab-border": "1px",
"--tab-radius": "0.5rem"
},
"mode": "dark",
"colorScheme": "any"
}
"mode": "dark"
}

0 comments on commit d2f14a7

Please sign in to comment.