fix(vision-training): increase background tile opacity from 4% to 12%

This commit is contained in:
Thomas Hallock
2026-01-06 15:59:05 -06:00
parent a9db984a03
commit fc38b5e6d3

View File

@@ -280,7 +280,7 @@ export default function TrainModelPage() {
position: 'absolute',
inset: 0,
overflow: 'hidden',
opacity: 0.04,
opacity: 0.12,
pointerEvents: 'none',
zIndex: 0,
})}