0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-02-17 22:04:19 -05:00

refactor: update default button border color

This commit is contained in:
Charles Zhao 2022-10-12 15:23:36 +08:00
parent 05b50250a3
commit f1ffd121d2
No known key found for this signature in database
GPG key ID: 4858774754C92DF2
4 changed files with 3 additions and 6 deletions

View file

@ -82,7 +82,7 @@
&.default {
background: var(--color-layer-1);
color: var(--color-text);
border-color: var(--color-outline);
border-color: var(--color-border);
border-width: 1px;
border-style: solid;

View file

@ -5,10 +5,7 @@
position: relative;
.addLanguageButton {
height: 38px;
width: 100%;
border-color: var(--color-outline);
color: var(--color-text);
background: unset;
}

View file

@ -64,7 +64,7 @@
.button {
user-select: none;
margin-top: _.unit(8);
border: 1px solid var(--color-outline);
border: 1px solid var(--color-border);
border-radius: 8px;
padding: _.unit(3) _.unit(6);
font: var(--font-button);

View file

@ -30,7 +30,7 @@
}
.secondary {
border: _.border(var(--color-outline));
border: _.border(var(--color-border));
background: transparent;
color: var(--color-text);