Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F32508562
D6794.1767082835.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D6794.1767082835.diff
View Options
diff --git a/native/chat/thread-settings-button.react.js b/native/chat/thread-settings-button.react.js
--- a/native/chat/thread-settings-button.react.js
+++ b/native/chat/thread-settings-button.react.js
@@ -1,12 +1,12 @@
// @flow
-import Icon from '@expo/vector-icons/Ionicons.js';
import * as React from 'react';
import { type ThreadInfo } from 'lib/types/thread-types.js';
import type { ChatNavigationProp } from './chat.react.js';
import Button from '../components/button.react.js';
+import SWMansionIcon from '../components/swmansion-icon.react.js';
import { ThreadSettingsRouteName } from '../navigation/route-names.js';
import { useStyles } from '../themes/colors.js';
@@ -23,7 +23,11 @@
render() {
return (
<Button onPress={this.onPress} androidBorderlessRipple={true}>
- <Icon name="md-settings" size={30} style={this.props.styles.button} />
+ <SWMansionIcon
+ name="settings"
+ size={24}
+ style={this.props.styles.button}
+ />
</Button>
);
}
@@ -40,7 +44,7 @@
const unboundStyles = {
button: {
- color: 'link',
+ color: 'panelForegroundLabel',
paddingHorizontal: 10,
},
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 30, 8:20 AM (11 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5866500
Default Alt Text
D6794.1767082835.diff (1 KB)
Attached To
Mode
D6794: [native] Replace settings `ThreadSettings` icon on Android
Attached
Detach File
Event Timeline
Log In to Comment