UI: 'Ausgewählt' Badge an Button-Stil angepasst für einheitliches Design

This commit is contained in:
vibe-bot 2025-08-09 01:54:59 +02:00
parent 7063a86836
commit a5a4543ac0

View file

@ -274,7 +274,7 @@ export default function App() {
</> </>
) : ( ) : (
<div className="flex items-center gap-3 w-full"> <div className="flex items-center gap-3 w-full">
<span className="badge">Ausgewählt: {selectedCount}</span> <span className="bg-gray-700 text-white font-bold py-3 px-6 rounded-lg">Ausgewählt: {selectedCount}</span>
{selectedCount > 0 && ( {selectedCount > 0 && (
<button <button
className="bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300" className="bg-gray-700 hover:bg-gray-600 text-white font-bold py-3 px-6 rounded-lg transition duration-300"