Skip to content

Commit

Permalink
docs: fix theme card style in Firefox (ant-design#44473)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 28, 2023
1 parent 97b03dc commit 07056fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .dumi/pages/index/components/Theme/ThemePicker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ const useStyle = createStyles(({ token, css }) => ({
width: 0;
height: 0;
opacity: 0;
position: absolute;
}
img {
Expand Down

0 comments on commit 07056fa

Please sign in to comment.