forked from Github/frigate
fix(web): ensure relative modals have proper padding
This commit is contained in:
committed by
Blake Blackshear
parent
ba278dfc3d
commit
9867f4eeee
@@ -24,6 +24,11 @@ const ButtonColors = {
|
||||
outlined: '',
|
||||
text: '',
|
||||
},
|
||||
black: {
|
||||
contained: '',
|
||||
outlined: '',
|
||||
text: 'text-black dark:text-white',
|
||||
},
|
||||
};
|
||||
|
||||
const ButtonTypes = {
|
||||
|
||||
Reference in New Issue
Block a user