Skip to content

Commit fe3339b

Browse files
committed
Merge branch 'minor' of github.com:GeekyAnts/NativeBase into minor
2 parents 02d4e0d + 062657b commit fe3339b

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

src/theme/components/input.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,12 +173,6 @@ function filledStyle(props: Record<string, any>) {
173173
function unstyledStyle() {
174174
return {
175175
borderWidth: '0',
176-
_light: {
177-
_focus: { placeholderTextColor: 'text.900' },
178-
},
179-
_dark: {
180-
_focus: { placeholderTextColor: 'text.50' },
181-
},
182176
_focus: {
183177
bg: 'transparent',
184178
},

src/theme/components/popover.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export const PopoverContent = {
8282

8383
export const PopoverHeader = {
8484
baseStyle: () => ({
85-
shadow: '6',
8685
_web: {
8786
accessibilityRole: 'header',
8887
},

0 commit comments

Comments
 (0)