Skip to content

Commit b4aaed2

Browse files
authored
Merge pull request #4920 from GeekyAnts/fix/minor-fixes
Fix/minor-fixes-button-view
2 parents 7f74fbb + db66f90 commit b4aaed2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

example/storybook/stories/components/basic/View/Basic.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const Example = () => {
77
A component library for the{' '}
88
<Heading color="emerald.400">React Ecosystem</Heading>
99
</Heading>
10-
<Text pt="3" fontWeight="md">
10+
<Text pt="3">
1111
NativeBase is a simple, modular and accessible component library that
1212
gives you building blocks to build you React applications.
1313
</Text>

src/theme/components/button.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,11 @@ function variantLink({ colorScheme }: Record<string, any>) {
212212
textDecorationLine: 'underline',
213213
},
214214
},
215+
_pressed: {
216+
_text: {
217+
textDecorationLine: 'underline',
218+
},
219+
},
215220
_light: {
216221
_text: {
217222
color: `${colorScheme}.600`,

0 commit comments

Comments
 (0)