Skip to content

Commit

Permalink
replace deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
thebinij committed Jun 13, 2023
1 parent f77f7df commit aaff9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/component-library/button-base/button-base.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IconName, Icon, IconSize } from '../icon';
import { Text, ValidTag } from '../text';
import {
AlignItems,
DISPLAY,
Display,
JustifyContent,
TextColor,
TextVariant,
Expand Down Expand Up @@ -68,7 +68,7 @@ export const ButtonBase = forwardRef(
className,
)}
disabled={disabled}
display={DISPLAY.INLINE_FLEX}
display={Display.InlineFlex}
justifyContent={JustifyContent.center}
alignItems={AlignItems.center}
borderRadius={BorderRadius.pill}
Expand Down

0 comments on commit aaff9d4

Please sign in to comment.