App: Update default pattern image (follow-up)
This commit is contained in:
parent
48293f4214
commit
0377389157
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.9 KiB |
@ -373,7 +373,7 @@ export const FRAGMENT_PHONE_LENGTH = 11;
|
||||
export const BOT_VERIFICATION_PEERS_LIMIT = 20;
|
||||
|
||||
export const LIGHT_THEME_BG_COLOR = '#99BA92';
|
||||
export const DARK_THEME_BG_COLOR = '#0F0F0F';
|
||||
export const DARK_THEME_BG_COLOR = '#000000';
|
||||
export const DEFAULT_PATTERN_COLOR = '#4A8E3A8C';
|
||||
export const DARK_THEME_PATTERN_COLOR = '#48576166';
|
||||
export const PEER_COLOR_BG_OPACITY = '1a';
|
||||
|
||||
@ -231,7 +231,7 @@
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
opacity: 0.6;
|
||||
opacity: 0.4;
|
||||
background-image: url($path);
|
||||
background-repeat: repeat;
|
||||
background-position: center;
|
||||
@ -239,8 +239,8 @@
|
||||
mix-blend-mode: soft-light;
|
||||
|
||||
:global(html.theme-dark) & {
|
||||
opacity: 0.3;
|
||||
background: linear-gradient(135deg, #4f5bd5 0%, #962fbf 25%, #dd6cb9 50%, #fec496 100%) !important;
|
||||
opacity: 0.25;
|
||||
background: linear-gradient(145deg, #4f5bd5 0%, #962fbf 35%, #dd6cb9 65%, #fec496 100%) !important;
|
||||
background-image: none;
|
||||
mix-blend-mode: unset;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user