fix(web): ensure relative modals have proper padding

This commit is contained in:
Paul Armstrong
2021-02-03 15:43:24 -08:00
committed by Blake Blackshear
parent ba278dfc3d
commit 9867f4eeee
3 changed files with 17 additions and 10 deletions

View File

@@ -24,6 +24,11 @@ const ButtonColors = {
outlined: '',
text: '',
},
black: {
contained: '',
outlined: '',
text: 'text-black dark:text-white',
},
};
const ButtonTypes = {