fix(android): remove discolored background on channel tabs

This commit is contained in:
Evan Kaloudis
2026-02-20 17:24:44 -05:00
parent 4eec214ed8
commit 540c6f2bef
+2
View File
@@ -463,6 +463,8 @@ export default class ChannelsPane extends React.PureComponent<
tabBarInactiveTintColor: 'gray',
tabBarShowLabel: true,
tabBarStyle: {
backgroundColor: 'transparent',
elevation: 0,
borderTopWidth: 0.2,
borderTopColor: themeColor('secondaryText'),
paddingTop: 10,