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