Add common content border radius

pull/5756/head
Cagatay Civici 2024-05-08 18:15:10 +03:00
parent c11fdca25d
commit a83714ac28
8 changed files with 14 additions and 8 deletions

View File

@ -2,7 +2,7 @@ export default {
toolbar: {
background: '{content.background}',
borderColor: '{content.border.color}',
borderRadius: '{border.radius.md}'
borderRadius: '{content.border.radius}'
},
toolbarItem: {
color: '{text.muted.color}',
@ -28,6 +28,6 @@ export default {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
borderRadius: '{border.radius.md}'
borderRadius: '{content.border.radius}'
}
};

View File

@ -168,6 +168,9 @@ export default {
fontWeight: '600'
}
},
content: {
borderRadius: '{border.radius.md}'
},
overlay: {
select: {
borderRadius: '{border.radius.md}',

View File

@ -1,7 +1,7 @@
export default {
meter: {
borderColor: '{content.border.color}',
borderRadius: '{border.radius.md}',
borderRadius: '{content.border.radius}',
height: '.75rem'
},
icon: {

View File

@ -1,7 +1,7 @@
export default {
track: {
background: '{content.border.color}',
borderRadius: '{border.radius.md}',
borderRadius: '{content.border.radius}',
size: '3px'
},
range: {

View File

@ -1,7 +1,7 @@
export default {
toolbar: {
borderColor: '{content.border.color}',
borderRadius: '{border.radius.sm}'
borderRadius: '{content.border.radius}'
},
toolbarItem: {
color: '{text.muted.color}',
@ -27,7 +27,7 @@ export default {
background: '{content.background}',
borderColor: '{content.border.color}',
color: '{content.color}',
borderRadius: '{border.radius.sm}'
borderRadius: '{content.border.radius}'
},
colorScheme: {
light: {

View File

@ -167,6 +167,9 @@ export default {
fontWeight: '600'
}
},
content: {
borderRadius: '{border.radius.sm}'
},
overlay: {
select: {
borderRadius: '{border.radius.sm}',

View File

@ -1,7 +1,7 @@
export default {
meter: {
borderColor: '{content.border.color}',
borderRadius: '{border.radius.sm}',
borderRadius: '{content.border.radius}',
height: '.75rem'
},
icon: {

View File

@ -1,7 +1,7 @@
export default {
track: {
background: '{content.border.color}',
borderRadius: '{border.radius.sm}',
borderRadius: '{content.border.radius}',
size: '3px'
},
range: {