forked from abner/for-legacy-web
fix(typindicator): fixed var color
This commit is contained in:
@@ -26,7 +26,7 @@ const Base = styled.div`
|
|||||||
width: calc(100% - var(--scrollbar-thickness));
|
width: calc(100% - var(--scrollbar-thickness));
|
||||||
color: var(--secondary-foreground);
|
color: var(--secondary-foreground);
|
||||||
background-color: rgba(
|
background-color: rgba(
|
||||||
var(--primary-header-rgb),
|
var(--secondary-background-rgb),
|
||||||
max(var(--min-opacity), 0.75)
|
max(var(--min-opacity), 0.75)
|
||||||
);
|
);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|||||||
Reference in New Issue
Block a user