Skip to content

Commit

Permalink
chore: default dot opacity 50% (SCE-27) (#1124)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloster authored Sep 26, 2024
1 parent 2ffd87b commit c2552bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .infra/rdev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ stack:
services:
explorer:
image:
tag: sha-3b20504c
tag: sha-a694292f
replicaCount: 1
env:
# env vars common to all deployment stages
Expand Down
2 changes: 1 addition & 1 deletion client/src/reducers/controls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const Controls = (
loading: false,
},
imageOpacity: isTest ? 0 : 100,
dotOpacity: 100,
dotOpacity: 50,
expandedCategories: [],
},
action: AnyAction
Expand Down

0 comments on commit c2552bf

Please sign in to comment.