Add opacity to window controls

This commit is contained in:
jeffvli
2022-12-10 01:58:47 -08:00
parent 42afc2b9f5
commit a7ce902a16
@@ -14,6 +14,7 @@ const TitlebarContainer = styled.div`
align-items: center;
justify-content: space-between;
color: var(--titlebar-fg);
opacity: 0.9;
button {
-webkit-app-region: no-drag;