File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,7 @@ export const AvatarGroupStory: StoryObj<
115
115
} ,
116
116
render : ( { spacing, ...args } ) => (
117
117
< AvatarGroup
118
- spacing = { spacing === "spaced" ? "100" : "200" }
119
- overlap = { spacing === "overlap" }
118
+ spacing = { spacing === "spaced" ? "100" : "negative-200" }
120
119
max = { 3 }
121
120
{ ...args }
122
121
>
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import {
11
11
TextStrong ,
12
12
} from "primitives" ;
13
13
14
- export type FooterProps = Omit < SectionProps , "variant" | "padding" > ;
14
+ export type FooterProps = Omit < SectionProps , "variant" | "padding" | "src" > ;
15
15
export function Footer ( { className, ...props } : FooterProps ) {
16
16
const { isMobile, isTablet, isTabletDown } = useMediaQuery ( ) ;
17
17
const listDensity = isTabletDown ? "tight" : "default" ;
You can’t perform that action at this time.
0 commit comments