fix: Tone-down separator for PWA titlebar in dark mode

This commit is contained in:
Tom Moor
2021-02-21 22:42:22 -08:00
parent d0f1fd533a
commit 04f942141f
2 changed files with 5 additions and 3 deletions

View File

@ -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};
}
}