Skip to content

Commit db66f90

Browse files
committed
fix: text underline on pressed for link variant
1 parent 7bc95a7 commit db66f90

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

src/theme/components/button.ts

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -212,18 +212,9 @@ 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-
},
215+
_pressed: {
216+
_text: {
217+
textDecorationLine: 'underline',
227218
},
228219
},
229220
_light: {

0 commit comments

Comments
 (0)