Add common content border radius
parent
c11fdca25d
commit
a83714ac28
|
@ -2,7 +2,7 @@ export default {
|
||||||
toolbar: {
|
toolbar: {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.md}'
|
borderRadius: '{content.border.radius}'
|
||||||
},
|
},
|
||||||
toolbarItem: {
|
toolbarItem: {
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
|
@ -28,6 +28,6 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
borderRadius: '{border.radius.md}'
|
borderRadius: '{content.border.radius}'
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -168,6 +168,9 @@ export default {
|
||||||
fontWeight: '600'
|
fontWeight: '600'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
content: {
|
||||||
|
borderRadius: '{border.radius.md}'
|
||||||
|
},
|
||||||
overlay: {
|
overlay: {
|
||||||
select: {
|
select: {
|
||||||
borderRadius: '{border.radius.md}',
|
borderRadius: '{border.radius.md}',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
meter: {
|
meter: {
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.md}',
|
borderRadius: '{content.border.radius}',
|
||||||
height: '.75rem'
|
height: '.75rem'
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
track: {
|
track: {
|
||||||
background: '{content.border.color}',
|
background: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.md}',
|
borderRadius: '{content.border.radius}',
|
||||||
size: '3px'
|
size: '3px'
|
||||||
},
|
},
|
||||||
range: {
|
range: {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
toolbar: {
|
toolbar: {
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.sm}'
|
borderRadius: '{content.border.radius}'
|
||||||
},
|
},
|
||||||
toolbarItem: {
|
toolbarItem: {
|
||||||
color: '{text.muted.color}',
|
color: '{text.muted.color}',
|
||||||
|
@ -27,7 +27,7 @@ export default {
|
||||||
background: '{content.background}',
|
background: '{content.background}',
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
color: '{content.color}',
|
color: '{content.color}',
|
||||||
borderRadius: '{border.radius.sm}'
|
borderRadius: '{content.border.radius}'
|
||||||
},
|
},
|
||||||
colorScheme: {
|
colorScheme: {
|
||||||
light: {
|
light: {
|
||||||
|
|
|
@ -167,6 +167,9 @@ export default {
|
||||||
fontWeight: '600'
|
fontWeight: '600'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
content: {
|
||||||
|
borderRadius: '{border.radius.sm}'
|
||||||
|
},
|
||||||
overlay: {
|
overlay: {
|
||||||
select: {
|
select: {
|
||||||
borderRadius: '{border.radius.sm}',
|
borderRadius: '{border.radius.sm}',
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
meter: {
|
meter: {
|
||||||
borderColor: '{content.border.color}',
|
borderColor: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.sm}',
|
borderRadius: '{content.border.radius}',
|
||||||
height: '.75rem'
|
height: '.75rem'
|
||||||
},
|
},
|
||||||
icon: {
|
icon: {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
export default {
|
export default {
|
||||||
track: {
|
track: {
|
||||||
background: '{content.border.color}',
|
background: '{content.border.color}',
|
||||||
borderRadius: '{border.radius.sm}',
|
borderRadius: '{content.border.radius}',
|
||||||
size: '3px'
|
size: '3px'
|
||||||
},
|
},
|
||||||
range: {
|
range: {
|
||||||
|
|
Loading…
Reference in New Issue