mirror of
https://github.com/yldio/copilot.git
synced 2024-11-11 05:40:11 +02:00
adding in parenthesis for function use on remcalc
This commit is contained in:
parent
aa7264f000
commit
c92fbdc029
@ -36,10 +36,10 @@ const rangeThumb = css`
|
||||
-webkit-appearance: none;
|
||||
background: #FFFFFF;
|
||||
cursor: pointer;
|
||||
height: remcalc(24);
|
||||
height: ${remcalc(24)};
|
||||
position: relative;
|
||||
top: -10px;
|
||||
width: remcalc(36);
|
||||
width: ${remcalc(36)};
|
||||
|
||||
${baseBox()}
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user