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>
|
||||||
<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>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user