💄(frontend) opendesk theme: have rounded borders generally
This commit is contained in:
@@ -286,6 +286,7 @@ const config = {
|
||||
button: {
|
||||
'medium-height': '48px',
|
||||
'border-radius': '8px',
|
||||
'border-radius--active': '8px',
|
||||
'font-weight': '600',
|
||||
primary: {
|
||||
background: {
|
||||
|
||||
@@ -396,6 +396,7 @@
|
||||
);
|
||||
--c--components--button--medium-height: 48px;
|
||||
--c--components--button--border-radius: 8px;
|
||||
--c--components--button--border-radius--active: 8px;
|
||||
--c--components--button--font-weight: 600;
|
||||
--c--components--button--primary--background--color: var(
|
||||
--c--theme--colors--primary-700
|
||||
|
||||
@@ -431,6 +431,7 @@ export const tokens = {
|
||||
button: {
|
||||
'medium-height': '48px',
|
||||
'border-radius': '8px',
|
||||
'border-radius--active': '8px',
|
||||
'font-weight': '600',
|
||||
primary: {
|
||||
background: {
|
||||
|
||||
@@ -17,7 +17,7 @@ const SelectStyled = styled(Select)<{ $isSmall?: boolean }>`
|
||||
height: auto;
|
||||
border-color: #ddd;
|
||||
padding: 0 0.15rem 0 0.45rem;
|
||||
border-radius: 1px;
|
||||
border-radius: var(--c--components--button--border-radius);
|
||||
|
||||
.labelled-box .labelled-box__children {
|
||||
padding-right: 2rem;
|
||||
|
||||
Reference in New Issue
Block a user