change(ui): change bg shade

This commit is contained in:
sylenien 2022-09-23 14:04:50 +02:00 committed by Delirium
parent ba7c5f763b
commit 11512998b4

View file

@ -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),