mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-01 02:57: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" ? (
|
{modelState == "training" ? (
|
||||||
<ActivityIndicator size={20} />
|
<ActivityIndicator size={20} />
|
||||||
) : (
|
) : (
|
||||||
<MdAutoFixHigh />
|
<MdAutoFixHigh className="text-secondary-foreground" />
|
||||||
)}
|
)}
|
||||||
{t("button.trainModel")}
|
{t("button.trainModel")}
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user