Skip to content

Commit

Permalink
Change default itemSpace to medium
Browse files Browse the repository at this point in the history
  • Loading branch information
felixhabib committed Dec 10, 2024
1 parent d6cadc2 commit 3e955d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ import buildDataAttributes, {
} from '../private/buildDataAttributes';
import { badgeSlotSpace } from '../private/badgeSlotSpace';
import * as styles from './AccordionItem.css';
import { Spread } from '../Spread/Spread';
import { defaultSize } from './Accordion';

const itemSpaceForSize = {
xsmall: 'small',
small: 'medium',
standard: 'medium',
large: 'large',
large: 'medium',
} as const;

export interface AccordionItemBaseProps {
Expand Down

0 comments on commit 3e955d7

Please sign in to comment.