Skip to content

Commit 5ee7195

Browse files
committed
feat: update ui
1 parent f255229 commit 5ee7195

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

src/components/layout/activity/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default function ActivityComponent() {
1212
return (
1313
<div className="container mx-auto px-4 lg:px-8 py-6 md:py-10 space-y-6 md:space-y-10 max-w-7xl">
1414
<div className="flex justify-center md:justify-start">
15-
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105 border border-primary/20 hover:border-primary/30">
15+
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105">
1616
<ActivityIcon className="w-5 h-5 mr-2" />
1717
<span className="font-medium text-sm">Activity</span>
1818
</Badge>

src/components/layout/home/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { LayoutDashboard } from "lucide-react";
33

44
export default function HomeComponent() {
55
return (
6-
<div className="container mx-auto px-4 lg:px-8 py-4 md:py-8 space-y-4 md:space-y-8">
6+
<div className="container mx-auto px-4 lg:px-8 py-6 md:py-10 space-y-6 md:space-y-10 max-w-7xl">
77
<div className="flex justify-center md:justify-start">
8-
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105 border border-primary/20 hover:border-primary/30">
8+
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105">
99
<LayoutDashboard className="w-5 h-5 mr-2" />
1010
<span className="font-medium text-sm">Home</span>
1111
</Badge>

src/components/layout/merchant/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default function MerchantComponent() {
4949
return (
5050
<div className="container mx-auto px-4 lg:px-8 py-6 md:py-10 space-y-6 md:space-y-10 max-w-7xl">
5151
<div className="flex justify-center md:justify-start">
52-
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105 border border-primary/20 hover:border-primary/30">
52+
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105">
5353
<Store className="w-5 h-5 mr-2" />
5454
<span className="font-medium text-sm">Merchant</span>
5555
</Badge>

src/components/layout/payliao/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import { ScanQrCode } from "lucide-react";
33

44
export default function PayliaoComponent() {
55
return (
6-
<div className="container mx-auto px-4 lg:px-8 py-4 md:py-8 space-y-4 md:space-y-8">
6+
<div className="container mx-auto px-4 lg:px-8 py-6 md:py-10 space-y-6 md:space-y-10 max-w-7xl">
77
<div className="flex justify-center md:justify-start">
8-
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105 border border-primary/20 hover:border-primary/30">
8+
<Badge className="bg-primary/10 hover:bg-primary/20 text-primary hover:text-primary/90 p-3 rounded-lg shadow-sm hover:shadow-md transition-all duration-300 transform hover:scale-105">
99
<ScanQrCode className="w-5 h-5 mr-2" />
1010
<span className="font-medium text-sm">Payliao</span>
1111
</Badge>

0 commit comments

Comments
 (0)