Skip to content
This repository was archived by the owner on Jan 27, 2023. It is now read-only.

Commit e69bd01

Browse files
author
Esteves Enzo
committed
⚡ update confirm tailwind
1 parent 25569e1 commit e69bd01

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tailwind.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ module.exports = {
1515
500: '#292B2F',
1616
600: '#212224',
1717
700: '#292B2F'
18-
}
18+
},
19+
blue: '#5865f2'
1920
},
2021
extend: {
2122
},
2223
},
2324
variants: {
2425
extend: {
2526
filter: ['hover', 'focus'],
27+
brightness: ['hover', 'focus']
2628
},
2729
},
2830
plugins: [],

0 commit comments

Comments
 (0)