Skip to content

Commit 2862bf8

Browse files
committed
fix rebase
1 parent 9b354bf commit 2862bf8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/bento-design-system/src/util/defaultConfigs.tsx

+1-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,8 @@ import { DropdownConfig } from "../SelectField/Config";
4040
import { TableConfig } from "../Table/Config";
4141
import { TabsConfig } from "../Tabs/Config";
4242
import { ToastConfig } from "../Toast/Config";
43-
<<<<<<< HEAD
4443
import { ProgressBarConfig } from "../ProgressBar/Config";
45-
=======
4644
import { StepperConfig } from "../Stepper/Config";
47-
>>>>>>> 49e19457 (implement Stepper)
4845

4946
export const actions: ActionsConfig = {
5047
buttonsAlignment: "right",
@@ -418,7 +415,7 @@ export const progressBar: ProgressBarConfig = {
418415
height: 8,
419416
radius: "circledX",
420417
discreteInternalSpacing: 8,
421-
}
418+
};
422419

423420
export const stepper: StepperConfig = {
424421
spaceBetweenSteps: 40,

0 commit comments

Comments
 (0)