Skip to content

Commit

Permalink
Update UI for Premium Button
Browse files Browse the repository at this point in the history
Adjusted the layout above the "Passer premium" button to create a more cohesive visual experience, ensuring that elements appear unified despite being divided.
[skip gpt_engineer]
  • Loading branch information
lovable-dev[bot] committed Dec 21, 2024
1 parent 995b04f commit af48674
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/sidebar/SidebarFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ export function SidebarFooter({ onLogout, currentPath }: SidebarFooterProps) {
const navigate = useNavigate()

return (
<div className="absolute bottom-0 left-0 right-0 border-t border-gray-200 dark:border-gray-800 bg-sidebar">
<div className="p-2">
<div className="absolute bottom-0 left-0 right-0 border-t border-sidebar-border bg-sidebar">
<div className="px-2">
<Button
onClick={() => navigate('/pricing')}
size="sm"
className="w-full mb-2 bg-gradient-to-r from-[#FEF7CD] via-[#FFDEE2] to-[#FEC6A1] text-gray-700 hover:from-[#FEF7CD]/90 hover:via-[#FFDEE2]/90 hover:to-[#FEC6A1]/90 transition-all duration-300 shadow-sm"
className="w-full bg-gradient-to-r from-[#FEF7CD] via-[#FFDEE2] to-[#FEC6A1] text-gray-700 hover:from-[#FEF7CD]/90 hover:via-[#FFDEE2]/90 hover:to-[#FEC6A1]/90 transition-all duration-300 shadow-sm my-2"
>
<CreditCard className="mr-2 h-4 w-4" />
<span className="truncate">Passer Premium</span>
Expand Down

0 comments on commit af48674

Please sign in to comment.