change(ui): change bg shade
This commit is contained in:
parent
ba7c5f763b
commit
11512998b4
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ const PATH_BGS = [
|
|||
'185, 251, 192',
|
||||
];
|
||||
|
||||
const buildBg = (shade) => `rgba(${shade}, 0.15)`;
|
||||
const buildBg = (shade) => `rgba(${shade}, 0.2)`;
|
||||
|
||||
@connectPlayer((state) => ({
|
||||
type: selectStorageType(state),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue