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