Skip to content

Commit 684daee

Browse files
committed
Fix deployment
1 parent a73f66a commit 684daee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/CardHorizontal/CardHorizontal.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface CardHorizontalProps
2626
badgeIconDir?: HorizontalDirection;
2727
}
2828

29-
const Header = styled(Container)`
29+
const Header = styled.div`
3030
max-width: 100%;
3131
gap: inherit;
3232
`;
@@ -166,6 +166,7 @@ export const CardHorizontal = ({
166166
<ContentWrapper>
167167
{title && (
168168
<Header
169+
as={Container}
169170
isResponsive={false}
170171
gap="xs"
171172
justifyContent="space-between"

0 commit comments

Comments
 (0)