mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
@@ -28,6 +28,7 @@ const useStyles = createStyles((theme, params: { position?: MenuPosition; itemCo
|
||||
left: params.position === 'bottom-left' ? 1 : undefined,
|
||||
bottom: params.position === 'bottom-left' || params.position === 'bottom-right' ? 1 : undefined,
|
||||
fontFamily: 'Roboto',
|
||||
width: 384
|
||||
},
|
||||
buttonsWrapper: {
|
||||
height: 'fit-content',
|
||||
|
||||
Reference in New Issue
Block a user