From f59adf97d6a51be3431424e79f491dc6a2e82ac9 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Fri, 24 Oct 2025 09:40:05 -0500 Subject: [PATCH] use consistent overlay button styles --- web/src/pages/FaceLibrary.tsx | 16 +++++++++++----- .../views/classification/ModelTrainingView.tsx | 10 ++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/web/src/pages/FaceLibrary.tsx b/web/src/pages/FaceLibrary.tsx index 677bb58e0..c01a0875a 100644 --- a/web/src/pages/FaceLibrary.tsx +++ b/web/src/pages/FaceLibrary.tsx @@ -858,14 +858,20 @@ function FaceAttemptGroup({ faceNames={faceNames} onTrainAttempt={(name) => onTrainAttempt(data, name)} > - +
+
+ +
- onReprocess(data)} - /> +
+
+ onReprocess(data)} + /> +
{t("button.reprocessFace")} diff --git a/web/src/views/classification/ModelTrainingView.tsx b/web/src/views/classification/ModelTrainingView.tsx index f313d6829..ed96406e6 100644 --- a/web/src/views/classification/ModelTrainingView.tsx +++ b/web/src/views/classification/ModelTrainingView.tsx @@ -811,7 +811,10 @@ function StateTrainGrid({ image={data.filename} onRefresh={onRefresh} > - +
+
+ +
@@ -958,7 +961,10 @@ function ObjectTrainGrid({ image={data.filename} onRefresh={onRefresh} > - +
+
+ +
)}