Make the modal work again

This commit is contained in:
Dane Everitt 2020-07-04 10:15:06 -07:00
parent ebe588718c
commit d260200947
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
2 changed files with 50 additions and 33 deletions

View file

@ -116,6 +116,9 @@ module.exports = {
fontSize: {
'2xs': '0.625rem',
},
transitionDuration: {
250: '250ms',
},
borderColor: theme => ({
default: theme('colors.neutral.400', 'cuurrentColor'),
}),