style(admin): change wizard next button text to black
All checks were successful
Staging Build / build (push) Successful in 3m2s

This commit is contained in:
DanielS
2026-07-10 14:43:36 +02:00
parent e9117d34a0
commit 545b5e93bf

View File

@@ -729,7 +729,7 @@ export function CreateProductDialog({
</div> </div>
<div className="flex gap-2"> <div className="flex gap-2">
{step < 5 ? ( {step < 5 ? (
<Button type="button" onClick={nextStep} className="bg-primary hover:bg-primary/90 text-white"> <Button type="button" onClick={nextStep} className="bg-primary hover:bg-primary/90 text-black font-medium">
Weiter Weiter
</Button> </Button>
) : ( ) : (