Skip to content

Commit

Permalink
docs: improve homepage banner card style (ant-design#51221)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Oct 14, 2024
1 parent cfe77ef commit cf68622
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dumi/pages/index/components/BannerRecommends.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const useStyle = createStyles(({ token, css, cx }) => {
cardItem: css`
&:hover {
box-shadow: ${token.boxShadowCard};
border-color: transparent;
}
`,
sliderItem: css`
Expand Down

0 comments on commit cf68622

Please sign in to comment.