Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3280532
D12533.id41592.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
871 B
Referenced Files
None
Subscribers
None
D12533.id41592.diff
View Options
diff --git a/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js b/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js
--- a/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js
+++ b/native/community-settings/tag-farcaster-channel/remove-tag-button.react.js
@@ -1,7 +1,7 @@
// @flow
import * as React from 'react';
-import { Text, ActivityIndicator } from 'react-native';
+import { View, Text, ActivityIndicator } from 'react-native';
import { useRemoveFarcasterChannelTag } from 'lib/shared/community-utils.js';
import type { SetState } from 'lib/types/hook-types.js';
@@ -39,7 +39,7 @@
return (
<Button style={styles.button} disabled={isLoading} onPress={removeTag}>
- {buttonContent}
+ <View style={styles.buttonContainer}>{buttonContent}</View>
</Button>
);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 17, 9:14 AM (21 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2521175
Default Alt Text
D12533.id41592.diff (871 B)
Attached To
Mode
D12533: [native] fix button container height in RemoveTagButton
Attached
Detach File
Event Timeline
Log In to Comment