use 90 alpha in subtitles picker

This commit is contained in:
nklhrstv 2020-04-01 15:27:49 +03:00
parent 44f98d5f53
commit 8d9239acbf
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@
display: block;
width: 100%;
height: 100%;
fill: @color-surface-light5;
fill: @color-surface-light5-90;
}
}

View file

@ -48,7 +48,7 @@
height: 0.5rem;
border-radius: 100%;
margin-left: 1rem;
background-color: @color-accent3;
background-color: @color-accent3-90;
}
}
}
@ -99,7 +99,7 @@
}
&:global(.disabled) {
color: @color-surface;
color: @color-surface-90;
}
}
}