Update Layout.tsx

This commit is contained in:
2025-12-11 20:56:17 +01:00
committed by GitHub
parent 7fed3aa3d9
commit 779ee9ab40

View File

@@ -186,9 +186,8 @@ export const Layout: React.FC = () => {
)} )}
</div> </div>
<div className="p-4 bg-slate-50 border-t border-slate-100 flex gap-3"> <div className="p-4 bg-slate-50 border-t border-slate-100 flex gap-3">
<button onClick={closeNoticeModal} className="flex-1 py-2.5 px-4 text-slate-600 font-medium hover:bg-slate-200 rounded-lg transition-colors">Chiudi</button> <button onClick={handleReadNotice} className="w-full py-2.5 px-4 bg-blue-600 text-white font-bold rounded-lg hover:bg-blue-700 shadow-md transition-colors flex items-center justify-center gap-2">
<button onClick={handleReadNotice} className="flex-1 py-2.5 px-4 bg-blue-600 text-white font-bold rounded-lg hover:bg-blue-700 shadow-md transition-colors flex items-center justify-center gap-2"> <Check className="w-5 h-5" /> Conferma Lettura
<Check className="w-5 h-5" /> Letto
</button> </button>
</div> </div>
</div> </div>