mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-11 14:10:15 -07:00
Bits
This commit is contained in:
@@ -459,10 +459,10 @@ export function ChatMessage(props: {
|
||||
|
||||
// style: when starred
|
||||
...(isUserStarred && {
|
||||
outline: '2px solid',
|
||||
outline: '3px solid',
|
||||
outlineColor: 'primary.solidBg',
|
||||
boxShadow: 'lg',
|
||||
borderRadius: 'md',
|
||||
borderRadius: 'lg',
|
||||
zIndex: 1,
|
||||
}),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user