style: enlarge logo and apply modern effects for premium look

This commit is contained in:
christian.vidal
2026-03-27 18:20:46 +01:00
parent 7fad2fbce1
commit 14dbfc970f
+3 -3
View File
@@ -12,12 +12,12 @@ interface TopBarProps {
export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) { export function TopBar({ stats, onExport, hasData, hasUnsavedChanges, userEmail, onSignOut }: TopBarProps) {
return ( return (
<header className="bg-[#020812] border-b border-slate-700/30 h-16 flex items-center justify-between px-6 shrink-0 z-10 shadow-2xl"> <header className="bg-[#020812] border-b border-slate-700/30 h-20 flex items-center justify-between px-8 shrink-0 z-10 shadow-2xl">
<div className="flex items-center"> <div className="flex items-center -ml-2">
<img <img
src="https://i.ibb.co/9m7m81gJ/Gemini-Generated-Image-my35f7my35f7my35.png" src="https://i.ibb.co/9m7m81gJ/Gemini-Generated-Image-my35f7my35f7my35.png"
alt="DataCraze" alt="DataCraze"
className="h-10 w-auto object-contain" className="h-14 w-auto object-contain filter drop-shadow-[0_0_8px_rgba(59,130,246,0.3)] contrast-125"
/> />
</div> </div>