mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
Fix reasoning chip outline
This commit is contained in:
@@ -26,6 +26,7 @@ const _styles = {
|
||||
chip: {
|
||||
px: 1.5,
|
||||
py: 0.375,
|
||||
mt: '1px', // to not crop the outline on mobile
|
||||
outline: '1px solid',
|
||||
outlineColor: 'success.solidBg', // .outlinedBorder
|
||||
boxShadow: `1px 2px 4px -3px var(--joy-palette-success-solidBg)`,
|
||||
@@ -37,6 +38,7 @@ const _styles = {
|
||||
} as const,
|
||||
|
||||
chipExpanded: {
|
||||
mt: '1px', // need to copy the `chip` mt
|
||||
px: 1.5,
|
||||
py: 0.375,
|
||||
// borderRadius: 'sm',
|
||||
|
||||
Reference in New Issue
Block a user