chore: update save button style (#1542)

This commit is contained in:
boojack
2023-04-16 15:47:01 +08:00
committed by GitHub
parent 73b8d1dd99
commit 5f8aae69e4
3 changed files with 6 additions and 2 deletions

View File

@ -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)}