Better border radius for nested items of Nora and Lara
parent
df680b451a
commit
993b3b9721
|
@ -67,7 +67,7 @@ export default {
|
|||
}
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.xs}'
|
||||
borderRadius: '{border.radius.sm}'
|
||||
},
|
||||
emptyMessage: {
|
||||
padding: '{list.option.padding}'
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
transitionDuration: '{form.field.transition.duration}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.xs}'
|
||||
borderRadius: '{border.radius.sm}'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
|
|
|
@ -63,7 +63,7 @@ export default {
|
|||
padding: '{list.option.group.padding}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.xs}'
|
||||
borderRadius: '{border.radius.sm}'
|
||||
},
|
||||
emptyMessage: {
|
||||
padding: '{list.option.padding}'
|
||||
|
|
|
@ -4,7 +4,7 @@ export default {
|
|||
},
|
||||
bar: {
|
||||
size: '9px',
|
||||
borderRadius: '{border.radius.xs}',
|
||||
borderRadius: '{border.radius.sm}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -42,6 +42,6 @@ export default {
|
|||
padding: '{list.option.padding}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.xs}'
|
||||
borderRadius: '{border.radius.sm}'
|
||||
}
|
||||
};
|
||||
|
|
|
@ -71,7 +71,7 @@ export default {
|
|||
}
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.sm}'
|
||||
borderRadius: '{border.radius.xs}'
|
||||
},
|
||||
emptyMessage: {
|
||||
padding: '{list.option.padding}'
|
||||
|
|
|
@ -25,7 +25,7 @@ export default {
|
|||
transitionDuration: '{form.field.transition.duration}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.sm}'
|
||||
borderRadius: '{border.radius.xs}'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
|
|
|
@ -61,7 +61,7 @@ export default {
|
|||
padding: '{list.option.group.padding}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.sm}'
|
||||
borderRadius: '{border.radius.xs}'
|
||||
},
|
||||
emptyMessage: {
|
||||
padding: '{list.option.padding}'
|
||||
|
|
|
@ -4,7 +4,7 @@ export default {
|
|||
},
|
||||
bar: {
|
||||
size: '9px',
|
||||
borderRadius: '{border.radius.sm}',
|
||||
borderRadius: '{border.radius.xs}',
|
||||
focusRing: {
|
||||
width: '{focus.ring.width}',
|
||||
style: '{focus.ring.style}',
|
||||
|
|
|
@ -42,6 +42,6 @@ export default {
|
|||
padding: '{list.option.padding}'
|
||||
},
|
||||
chip: {
|
||||
borderRadius: '{border.radius.sm}'
|
||||
borderRadius: '{border.radius.xs}'
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue