Skip to content

Commit

Permalink
Merge pull request #4963 from GeekyAnts/release/3.4.3
Browse files Browse the repository at this point in the history
Release/3.4.3
  • Loading branch information
surajahmed committed Apr 20, 2022
2 parents b4afa19 + 5c35665 commit a5dd0fd
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"prettier --write"
]
},
"version": "3.4.2",
"version": "3.4.3",
"license": "MIT",
"private": false,
"main": "lib/commonjs/index",
Expand Down
6 changes: 0 additions & 6 deletions src/theme/components/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,6 @@ function filledStyle(props: Record<string, any>) {
function unstyledStyle() {
return {
borderWidth: '0',
_light: {
_focus: { placeholderTextColor: 'text.900' },
},
_dark: {
_focus: { placeholderTextColor: 'text.50' },
},
_focus: {
bg: 'transparent',
},
Expand Down
23 changes: 18 additions & 5 deletions src/theme/components/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,26 @@ export const MenuItem = {
color: 'text.400',
},
},
_focus: {
_hover: {
bg: 'muted.200',
},
_pressed: {
_focus: {
bg: 'muted.300',
},
_pressed: {
bg: 'muted.400',
},

_icon: {
color: 'muted.500',
},
_focusVisible: {
_web: {
outlineWidth: '0',
style: { boxShadow: `none` },
bg: 'muted.300',
},
},
},
_dark: {
_text: {
Expand All @@ -90,12 +100,15 @@ export const MenuItem = {
color: 'text.600',
},
},
_focus: {
_hover: {
bg: 'muted.700',
},
_pressed: {
_focus: {
bg: 'muted.600',
},
_pressed: {
bg: 'muted.500',
},

_icon: {
color: 'muted.400',
Expand All @@ -105,7 +118,7 @@ export const MenuItem = {
_web: {
outlineWidth: '0',
style: { boxShadow: `none` },
bg: 'muted.300',
bg: 'muted.600',
},
},
_checked: {
Expand Down
1 change: 0 additions & 1 deletion src/theme/components/popover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const PopoverContent = {

export const PopoverHeader = {
baseStyle: () => ({
shadow: '6',
_web: {
accessibilityRole: 'header',
},
Expand Down

1 comment on commit a5dd0fd

@vercel
Copy link

@vercel vercel bot commented on a5dd0fd Apr 20, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.