Web: Files: Tile: fix checked style

This commit is contained in:
Viktor Fomin 2022-03-26 15:05:56 +03:00
parent bbd199bf6d
commit 31c37dfc46

View File

@ -38,7 +38,7 @@ const checkedStyle = css`
`;
const bottomFileBorder = css`
border: ${(props) => props.theme.filesSection.tilesView.tile.border};
border-top: ${(props) => props.theme.filesSection.tilesView.tile.border};
border-radius: 0 0 6px 6px;
`;