import { makeStyles, shorthands } from '@fluentui/react-components';
export const useInternalToolbarPickerStyles = makeStyles({
root: {
display: 'grid',
gridTemplateRows: 'repeat(1fr)',
justifyItems: 'start',
...shorthands.margin(0, ['2px', '2px']),
...shorthands.gap('2px'),
maxWidth: '400px',
},
});