💄(frontend) opendesk theme: have rounded borders generally

This commit is contained in:
Emmanuel Pelletier
2024-09-13 10:49:24 +02:00
parent 439eb0aadb
commit 91728a3ee1
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -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;