mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 15:06:02 +01:00
refactor(web): remove all borders from buttons
This commit is contained in:
@@ -4,4 +4,13 @@ export const theme: MantineThemeOverride = {
|
||||
colorScheme: 'dark',
|
||||
fontFamily: 'Roboto',
|
||||
shadows: { sm: '1px 1px 3px rgba(0, 0, 0, 0.5)' },
|
||||
components: {
|
||||
Button: {
|
||||
styles: {
|
||||
root: {
|
||||
border: 'none',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user