1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Fix styles for topbar window buttons on linux (#5874)

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-07-25 08:55:41 +03:00 committed by GitHub
parent f7f41cab79
commit 811d96eb74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,10 +79,10 @@
&.linuxButtons { &.linuxButtons {
> div { > div {
width: 16px; width: 18px;
height: 16px; height: 18px;
border-radius: 50%; border-radius: 50%;
margin-right: calc(var(--padding) * -1.5); margin-right: var(--padding);
color: var(--textColorAccent); color: var(--textColorAccent);
svg { svg {