Skip to content

Commit

Permalink
🐛 dark primary added with wrong contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
smc181002 committed Jun 23, 2023
1 parent ae0ad90 commit 852668b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function colors(h,s,v) {
})

extendedColor.light.primary["DEFAULT"] = extendedColor.light.primary[40]
extendedColor.dark.primary["DEFAULT"] = extendedColor.light.primary[50]
extendedColor.dark.primary["DEFAULT"] = extendedColor.dark.primary[50]

// Background and text
extendedColor.light.bg = extendedColor.light.primary[95]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ceol/varna-tailwind",
"version": "1.0.2",
"version": "1.0.3",
"main": "./lib/colors.js",
"author": "Sri Meher Chaitanya Varma Nadimpalli <meherchaitanya18802@gmail.com> (https://smc181002.me)",
"contributors": [ ],
Expand Down

0 comments on commit 852668b

Please sign in to comment.