Skip to content

Commit 40fd2c3

Browse files
authored
Merge pull request #4853 from GeekyAnts/fix/actionsheet-content-bg
fix: actionsheet content bg
2 parents b618205 + 1f9a084 commit 40fd2c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/theme/components/actionsheet.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export const ActionsheetItem = {
5656
fontWeight: 'normal',
5757
},
5858
_light: {
59+
bg: 'muted.50',
5960
_text: {
6061
color: 'text.900',
6162
},
@@ -75,6 +76,7 @@ export const ActionsheetItem = {
7576
},
7677
},
7778
_dark: {
79+
bg: 'muted.800',
7880
_text: {
7981
color: 'muted.50',
8082
},

0 commit comments

Comments
 (0)