style(admin): change wizard next button text to black
All checks were successful
Staging Build / build (push) Successful in 3m2s
All checks were successful
Staging Build / build (push) Successful in 3m2s
This commit is contained in:
@@ -729,7 +729,7 @@ export function CreateProductDialog({
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
{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
|
||||
</Button>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user