Update Layout.tsx
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user