Skip to content

Commit

Permalink
feat: add black and focus colors in tailwind (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielzevedo authored Sep 16, 2021
1 parent 2bf28b6 commit 56f87e8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tailwindcss/src/defaultPreset.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
"current": "currentColor",
"transparent": "transparent",
"black-alpha": "rgba(0, 0, 0,.25)",
"black": "#000000",

"base-1": "#FFFFFF",
"base-2": "#F8F8F9",
Expand Down Expand Up @@ -69,7 +70,9 @@ module.exports = {

"card-stroke": "#CED4D8",
"card-stroke-2": "#A3AAB5",
"card-shadow": "#E1E4E7"
"card-shadow": "#E1E4E7",

"focus": "#5690F7"
},
"extend": {
"boxShadow": {
Expand Down Expand Up @@ -153,4 +156,4 @@ module.exports = {
plugins: [
require("tailwindcss-padding-safe")()
]
}
}

1 comment on commit 56f87e8

@vercel
Copy link

@vercel vercel bot commented on 56f87e8 Sep 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.