Skip to content

Commit

Permalink
fix: beta banner padding-y
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas O'Neill committed Jan 11, 2024
1 parent 746f750 commit e2e0689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BetaBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const BetaBanner = () => {
const [open, setOpen] = useState(true)

return open ? (
<div className="flex justify-between py-1.5 px-2 text-sm w-full bg-safety">
<div className="flex justify-between py-[0.5rem] px-2 text-base w-full bg-safety">
<div>
<span className="font-bold ml-12">BETA</span>
<span className="ml-2">{`This is a prototype. `}</span>
Expand Down

0 comments on commit e2e0689

Please sign in to comment.