Skip to content

Commit

Permalink
chore: revert unnecessary change to split button
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Aug 2, 2022
1 parent 6a24336 commit 7443f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/components/Button/SplitButton/SplitButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export const SplitButton: FC<SplitButtonProps> = React.forwardRef(

const splitButtonClassNames: string = mergeClasses([
classNames,
styles.button,
styles.splitButton,
{
[styles.buttonSmall]:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Array [
aria-checked={false}
aria-disabled={false}
aria-pressed={false}
className="my-btn-class button button-primary pill-shape undefined button split-button pill-shape split-right"
className="my-btn-class button button-primary pill-shape undefined split-button pill-shape split-right"
defaultChecked={false}
disabled={false}
type="button"
Expand Down Expand Up @@ -339,7 +339,7 @@ Array [
aria-checked={false}
aria-disabled={false}
aria-pressed={false}
className="my-btn-class button button-primary pill-shape undefined button split-button pill-shape split-right"
className="my-btn-class button button-primary pill-shape undefined split-button pill-shape split-right"
defaultChecked={false}
disabled={false}
type="button"
Expand Down

0 comments on commit 7443f7a

Please sign in to comment.