Border radius token for overlay

This commit is contained in:
Cagatay Civici 2024-05-07 12:53:26 +03:00
parent 4c0c3b8140
commit 3533e2d8be
5 changed files with 14 additions and 2 deletions

View file

@ -26,6 +26,7 @@ export default {
overlay: {
background: '{overlay.select.background}',
borderColor: '{overlay.select.border.color}',
borderRadius: '{overlay.select.border.radius}',
color: '{overlay.select.color}',
shadow: '{overlay.select.shadow}'
},

View file

@ -164,6 +164,11 @@ export default {
fontWeight: '600'
}
},
overlay: {
select: {
borderRadius: '{border.radius.md}'
}
},
colorScheme: {
light: {
surface: {

View file

@ -26,8 +26,9 @@ export default {
overlay: {
background: '{overlay.select.background}',
borderColor: '{overlay.select.border.color}',
borderRadius: '{overlay.select.border.radius}',
color: '{overlay.select.color}',
shadow: '{overlay.select.shadow}'
shadow: '{overlay.select.shadow}',
},
list: {
padding: '{list.padding}',

View file

@ -163,6 +163,11 @@ export default {
fontWeight: '600'
}
},
overlay: {
select: {
borderRadius: '{border.radius.sm}'
}
},
colorScheme: {
light: {
surface: {