Skip to content

Commit

Permalink
Add rounded borders to moderation banner
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Jan 15, 2025
1 parent 039204b commit 8ed943d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sidebar/components/ModerationBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function ModerationBanner({
<div
className={classnames(
'flex gap-x-3 bg-grey-1 text-color-text font-semibold',
// Match the card's border radius and hide overflow
'rounded-t-lg overflow-hidden',
// FIXME: Refactor margins: where possible manage them in a parent
'mb-2 ',
{
Expand Down

0 comments on commit 8ed943d

Please sign in to comment.