mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
fix borderRadius rems
This commit is contained in:
parent
124ec8e6d3
commit
474cb6bfce
@ -56,7 +56,7 @@ const color = match({
|
||||
|
||||
const borderRadius = match({
|
||||
rect: 0
|
||||
}, remcalc(boxes.borderRadius));
|
||||
}, boxes.borderRadius);
|
||||
|
||||
// based on bootstrap 4
|
||||
const style = css`
|
||||
|
@ -35,7 +35,7 @@ const RadioItem = styled.div`
|
||||
|
||||
&[aria-checked="true"] {
|
||||
border: ${boxes.border.checked};
|
||||
box-shadow: ${remcalc(boxes.borderRadius)};
|
||||
box-shadow: ${boxes.borderRadius};
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
|
Loading…
Reference in New Issue
Block a user