fix(Object&Collection Previews): use border property instead of box shadow for description box

This commit is contained in:
Aminejv 2021-08-19 18:25:31 +01:00
parent 2780d6b9bf
commit 4b3a445206
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ const STYLES_INNER_DESCRIPTION = (theme) => css`
width: 100%;
background-color: ${theme.semantic.bgLight};
padding: 9px 16px 0px;
box-shadow: 0 -0.5px 1px ${theme.system.grayLight4};
border-top: 1px solid ${theme.system.grayLight4};
`;
const STYLES_SPACE_BETWEEN = css`

View File

@ -37,7 +37,7 @@ const STYLES_INNER_DESCRIPTION = (theme) => css`
width: 100%;
background-color: ${theme.semantic.bgLight};
padding: 9px 16px 0px;
box-shadow: 0 -0.5px 1px ${theme.system.grayLight4};
border-top: 1px solid ${theme.system.grayLight4};
`;
const STYLES_TAG = css`