fix: Tone-down separator for PWA titlebar in dark mode
This commit is contained in:
@ -47,8 +47,8 @@ export default createGlobalStyle`
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 1px;
|
||||
background: ${(props) => props.theme.divider};
|
||||
z-index: ${(props) => props.theme.depths.pwaSeparator};
|
||||
background: ${(props) => props.theme.titleBarDivider};
|
||||
z-index: ${(props) => props.theme.depths.titleBarDivider};
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user