Skip to content

Commit

Permalink
Fix banners
Browse files Browse the repository at this point in the history
  • Loading branch information
SupertigerDev committed Jul 1, 2024
1 parent 1397f8d commit a3e202e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/Banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export function Banner(props: {radius?: number; brightness?: number; class?: str
return {
padding: (props.margin === undefined ? 10 : props.margin) + "px",
display: "flex",
"flex-shrink": "0",
overflow: "hidden"
}
}
Expand Down

0 comments on commit a3e202e

Please sign in to comment.