Skip to content

Commit

Permalink
chore: Update Ping component styling for better UI consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
qitana committed Aug 30, 2024
1 parent 1971b78 commit d44a716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/src/components/ping.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function Ping({ ui = 'oneline' }: { ui: 'default' | 'oneline' }) {
}, [])

return (
<div className={clsx("h-full relative border px-2 py-1", !isLocked ? "border-gray-400" : "border-transparent")}>
<div className={clsx("h-full relative border px-[6px] py-[1px]", !isLocked ? "border-gray-400" : "border-transparent")}>
{/* Overlay background and border */}
<div className="absolute top-0 left-0 w-full h-full rounded-md bg-black/50 blur-[2px] -z-10" />
{/* Overlay handle */}
Expand Down

0 comments on commit d44a716

Please sign in to comment.