🎨 styles: set border width select commong =1px

:%s
This commit is contained in:
lytrankieio123 2021-09-14 14:01:36 +07:00
parent 0eb8ade730
commit 083d0f1142

View File

@ -28,7 +28,7 @@
}
&.custom {
.selectTrigger {
@apply border-2;
border-width: 1px;
border-color: var(--border-line);
color: var(--text-label);
}
@ -68,7 +68,7 @@
@apply border-solid border border-current;
}
&.custom {
@apply border-2;
border-width: 1px;
border-color: var(--border-line);
color: var(--text-label);
}