File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export default function ActivityComponent() {
12
12
return (
13
13
< 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" >
14
14
< 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" >
16
16
< ActivityIcon className = "w-5 h-5 mr-2" />
17
17
< span className = "font-medium text-sm" > Activity</ span >
18
18
</ Badge >
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { LayoutDashboard } from "lucide-react";
3
3
4
4
export default function HomeComponent ( ) {
5
5
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 " >
7
7
< 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" >
9
9
< LayoutDashboard className = "w-5 h-5 mr-2" />
10
10
< span className = "font-medium text-sm" > Home</ span >
11
11
</ Badge >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ export default function MerchantComponent() {
49
49
return (
50
50
< 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" >
51
51
< 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" >
53
53
< Store className = "w-5 h-5 mr-2" />
54
54
< span className = "font-medium text-sm" > Merchant</ span >
55
55
</ Badge >
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ import { ScanQrCode } from "lucide-react";
3
3
4
4
export default function PayliaoComponent ( ) {
5
5
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 " >
7
7
< 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" >
9
9
< ScanQrCode className = "w-5 h-5 mr-2" />
10
10
< span className = "font-medium text-sm" > Payliao</ span >
11
11
</ Badge >
You can’t perform that action at this time.
0 commit comments