mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update save button style (#1542)
This commit is contained in:
@ -18,7 +18,7 @@ const LocaleSelect: FC<Props> = (props: Props) => {
|
||||
|
||||
return (
|
||||
<Select
|
||||
className={`!min-w-[12rem] w-auto whitespace-nowrap ${className ?? ""}`}
|
||||
className={`!min-w-[10rem] w-auto whitespace-nowrap ${className ?? ""}`}
|
||||
startDecorator={<Icon.Globe className="w-4 h-auto" />}
|
||||
value={value}
|
||||
onChange={(_, value) => handleSelectChange(value as Locale)}
|
||||
|
Reference in New Issue
Block a user