Skip to content

Commit

Permalink
fix padding
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi-arya1 committed Jan 3, 2024
1 parent 30149c4 commit a10dce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HMD_LINK/panic_button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function onPanic() {

function PanicButton() {
return (
<div className="pt-8 pl-4">
<div className="pt-8 pl-6">
<Button
className="bg-red-600 h-10 w-16 text-red-200"
onClick={onPanic}
Expand Down

0 comments on commit a10dce9

Please sign in to comment.