UI: 'Ausgewählt' Badge an Button-Stil angepasst für einheitliches Design
This commit is contained in:
parent
7063a86836
commit
a5a4543ac0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue