Skip to content

Commit

Permalink
Merge pull request #2578 from myxmaster/improve-channel-tabs-layout
Browse files Browse the repository at this point in the history
Improve channel tabs layout
  • Loading branch information
kaloudis authored Nov 30, 2024
2 parents f0e20f9 + dc9f223 commit c31754f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions views/Channels/ChannelsPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,21 +306,21 @@ export default class ChannelsPane extends React.PureComponent<ChannelsProps> {
initialRouteName={openChannelsTabName}
backBehavior="none"
screenOptions={() => ({
tabBarIcon: () => {
return null;
},
headerShown: false,
tabBarActiveTintColor: themeColor('text'),
tabBarInactiveTintColor: 'gray',
tabBarShowLabel: true,
tabBarStyle: {
borderTopWidth: 0.2,
borderTopColor:
themeColor('secondaryText'),
marginBottom: 20
themeColor('secondaryText')
},
tabBarItemStyle: {
justifyContent: 'center'
},
tabBarIconStyle: { display: 'none' },
tabBarLabelStyle: {
fontSize: 18,
fontSize: 16,
fontFamily: 'PPNeueMontreal-Medium'
},
animation: 'shift'
Expand Down

0 comments on commit c31754f

Please sign in to comment.