Adjust titlebar / window controls styling

This commit is contained in:
jeffvli 2023-01-06 23:51:26 -08:00
parent 5889b8976c
commit 838c6a8b6a
5 changed files with 9 additions and 8 deletions

View file

@ -8,9 +8,8 @@ const TitlebarContainer = styled.header`
right: 0;
z-index: 5000;
height: 2.5rem;
background: var(--titlebar-bg);
background: var(--titlebar-controls-bg);
-webkit-app-region: drag;
opacity: 0.85;
`;
export const TitlebarOutlet = () => {