Remove backwards compatibility
This commit is contained in:
@@ -38,7 +38,7 @@ export function ModalFooterView({
|
||||
{/* Back Button - Absolutely positioned bottom left */}
|
||||
{showBackButton && (
|
||||
<div className="absolute left-[16px] top-[12px]">
|
||||
<Button variant="outline" size="medium" onClick={onBack}>
|
||||
<Button buttonType="outline" palette="default" size="medium" onClick={onBack}>
|
||||
{defaultBackText}
|
||||
</Button>
|
||||
</div>
|
||||
@@ -55,7 +55,8 @@ export function ModalFooterView({
|
||||
{showNextButton && (
|
||||
<div className="absolute right-[16px] top-[12px]">
|
||||
<Button
|
||||
variant="filled"
|
||||
buttonType="filled"
|
||||
palette="default"
|
||||
size="medium"
|
||||
onClick={onNext}
|
||||
disabled={nextButtonDisabled}
|
||||
|
||||
Reference in New Issue
Block a user