mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-12 01:57:36 +03:00
icon size tweak
This commit is contained in:
parent
b4bf669306
commit
07b5652ab7
@ -180,7 +180,7 @@ export default function Step3ThresholdAndActions({
|
||||
className="flex-1"
|
||||
variant="select"
|
||||
>
|
||||
{isLoading && <ActivityIndicator className="mr-2 size-4" />}
|
||||
{isLoading && <ActivityIndicator className="mr-2 size-5" />}
|
||||
{isLoading
|
||||
? t("button.saving", { ns: "common" })
|
||||
: t("triggers.dialog.form.save", {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user