mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 08:30:58 -05:00
fix(typindicator): fixed var color
This commit is contained in:
parent
94520bf064
commit
5974a2b83b
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const Base = styled.div`
|
|||
width: calc(100% - var(--scrollbar-thickness));
|
||||
color: var(--secondary-foreground);
|
||||
background-color: rgba(
|
||||
var(--primary-header-rgb),
|
||||
var(--secondary-background-rgb),
|
||||
max(var(--min-opacity), 0.75)
|
||||
);
|
||||
backdrop-filter: blur(10px);
|
||||
|
|
Loading…
Reference in a new issue