AppChat: Draw: "draw options" on desktop

This commit is contained in:
Enrico Ros
2025-02-23 00:59:47 -08:00
parent 7327f1440e
commit acf9bd8663
@@ -12,7 +12,7 @@ export function ButtonOptionsDraw(props: { isMobile?: boolean, onClick: () => vo
</IconButton>
) : (
<Button variant='soft' color='warning' onClick={props.onClick} sx={props.sx}>
Options
Draw Options
</Button>
);
}