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

Update src/renderer/components/+add-cluster/add-cluster.scss

Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Roman 2020-08-25 12:02:06 +03:00 committed by GitHub
parent 5a14e9f7b0
commit 16e50556dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
}
.kube-config-select {
border: 1px solid $borderColor;
border: 1px solid $borderFaintColor;
padding: $padding / 2 $padding;
border-radius: $radius;
transition: border 200ms ease-in-out;
@ -32,4 +32,4 @@
code {
color: $pink-400;
}
}
}