Skip to content

Commit 964ecd5

Browse files
committed
feat: text underline on press in android and ios
1 parent 18a994d commit 964ecd5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/theme/components/button.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,20 @@ function variantLink({ colorScheme }: Record<string, any>) {
212212
textDecorationLine: 'underline',
213213
},
214214
},
215+
_ios: {
216+
_pressed: {
217+
_text: {
218+
textDecorationLine: 'underline',
219+
},
220+
},
221+
},
222+
_android: {
223+
_pressed: {
224+
_text: {
225+
textDecorationLine: 'underline',
226+
},
227+
},
228+
},
215229
_light: {
216230
_text: {
217231
color: `${colorScheme}.600`,

0 commit comments

Comments
 (0)