mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
Fix icon color
This commit is contained in:
parent
aed9b86f86
commit
a7d3cd02b9
@ -360,7 +360,7 @@ export default function ModelTrainingView({ model }: ModelTrainingViewProps) {
|
||||
{modelState == "training" ? (
|
||||
<ActivityIndicator size={20} />
|
||||
) : (
|
||||
<MdAutoFixHigh />
|
||||
<MdAutoFixHigh className="text-secondary-foreground" />
|
||||
)}
|
||||
{t("button.trainModel")}
|
||||
</Button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user