Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Remove border from placeholder thumbnail #1062

Merged
merged 1 commit into from
Apr 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/components/PlaceholderThumbnails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,6 @@ export const LoadingThumbnail = () => {
<Overlay
sx={(theme) => ({
backgroundColor: theme.colors.fill.faint,
borderWidth: '1px',
borderStyle: 'solid',
borderColor: theme.colors.stroke.faint,
borderRadius: '4px',
})}
/>
Expand Down