mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fix composer icons stretch
This commit is contained in:
@@ -844,6 +844,7 @@ export function Composer(props: {
|
||||
}
|
||||
slotProps={{
|
||||
textarea: {
|
||||
height: '100%',
|
||||
enterKeyHint: enterIsNewline ? 'enter' : 'send',
|
||||
sx: {
|
||||
...(recognitionState.isAvailable && { pr: { md: 5 } }),
|
||||
@@ -853,6 +854,7 @@ export function Composer(props: {
|
||||
},
|
||||
}}
|
||||
sx={{
|
||||
height: '100%',
|
||||
backgroundColor: 'background.level1',
|
||||
'&:focus-within': { backgroundColor: 'background.popup', '.within-composer-focus': { backgroundColor: 'background.popup' } },
|
||||
lineHeight: lineHeightTextareaMd,
|
||||
|
||||
Reference in New Issue
Block a user