mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Draw: multiplier (mock)
This commit is contained in:
@@ -323,6 +323,22 @@ export function PromptDesigner(props: {
|
||||
Enqueue
|
||||
</Button>
|
||||
</>}
|
||||
|
||||
<ButtonGroup size='sm' variant='soft' sx={{ flex: 1, display: 'flex' }}>
|
||||
<Button sx={{ flex: 1 }}>
|
||||
1
|
||||
</Button>
|
||||
<Button sx={{ flex: 1 }}>
|
||||
x2
|
||||
</Button>
|
||||
<Button color='primary' sx={{ flex: 1 }}>
|
||||
x4
|
||||
</Button>
|
||||
<Button sx={{ flex: 1 }}>
|
||||
xN
|
||||
</Button>
|
||||
</ButtonGroup>
|
||||
|
||||
</Box>
|
||||
</Grid>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user