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

Commit

Permalink
Remove border from placeholder thumbnail (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
ua741 committed Apr 15, 2023
2 parents 12565e7 + ae23085 commit 8c2e50d
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 8c2e50d

Please sign in to comment.