mirror of
https://github.com/yldio/copilot.git
synced 2024-11-28 14:10:04 +02:00
fixing list item border
This commit is contained in:
parent
8940df8ef3
commit
9fb3c4be1e
@ -33,7 +33,6 @@ const minHeight = (props) => props.collapsed
|
|||||||
? 'auto'
|
? 'auto'
|
||||||
: remcalc(126);
|
: remcalc(126);
|
||||||
|
|
||||||
// remcalc(126)
|
|
||||||
const shadow = (props) => props.stacked
|
const shadow = (props) => props.stacked
|
||||||
? paper
|
? paper
|
||||||
: props.flat
|
: props.flat
|
||||||
@ -52,7 +51,7 @@ const Item = styled(Row)`
|
|||||||
height: ${height};
|
height: ${height};
|
||||||
min-height: ${minHeight};
|
min-height: ${minHeight};
|
||||||
box-shadow: ${shadow};
|
box-shadow: ${shadow};
|
||||||
border: ${remcalc(1)} solid ${colors.base.grey};
|
border: ${remcalc(1)} solid #D8D8D8;
|
||||||
background-color: ${colors.base.white};
|
background-color: ${colors.base.white};
|
||||||
margin-bottom: ${marginBottom};
|
margin-bottom: ${marginBottom};
|
||||||
`;
|
`;
|
||||||
|
Loading…
Reference in New Issue
Block a user