mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
style(Assistants): adjust button width and formatting for consistency
This commit is contained in:
parent
c70a5d63aa
commit
7999149901
@ -73,7 +73,9 @@ const Assistants: FC<AssistantsProps> = ({
|
||||
|
||||
const renderAddAssistantButton = useMemo(() => {
|
||||
return (
|
||||
<Button onPress={onCreateAssistant} className="justify-start bg-transparent text-foreground-500 hover:bg-accent">
|
||||
<Button
|
||||
onPress={onCreateAssistant}
|
||||
className="w-full justify-start bg-transparent text-foreground-500 hover:bg-accent">
|
||||
<Plus size={16} style={{ marginRight: 4, flexShrink: 0 }} />
|
||||
{t('chat.add.assistant.title')}
|
||||
</Button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user