Skip to content

Commit e4654b7

Browse files
committed
fix(discord): rss preview background color
1 parent fe49d20 commit e4654b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/components/GuildDashboard/SpecialCategoryComponents/RssFeeds

src/components/GuildDashboard/SpecialCategoryComponents/RssFeeds/FeedPreview.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ const StyledCollapse = styled(Collapse)(({ theme }) => ({
3939
}));
4040

4141
const PreviewPaperContainer = styled(Paper)(({ theme }) => ({
42+
background: "#1a1a1e",
4243
padding: theme.spacing(1, 2),
4344

4445
[theme.breakpoints.down("sm")]: {

0 commit comments

Comments
 (0)