fix(vision-training): increase background tile opacity from 4% to 12%
This commit is contained in:
@@ -280,7 +280,7 @@ export default function TrainModelPage() {
|
||||
position: 'absolute',
|
||||
inset: 0,
|
||||
overflow: 'hidden',
|
||||
opacity: 0.04,
|
||||
opacity: 0.12,
|
||||
pointerEvents: 'none',
|
||||
zIndex: 0,
|
||||
})}
|
||||
|
||||
Reference in New Issue
Block a user