Skip to content

Commit

Permalink
Open Channel: Tabs: ensure style is applied properly on Android
Browse files Browse the repository at this point in the history
  • Loading branch information
kaloudis committed Dec 18, 2024
1 parent 1ec5600 commit b8ebb4c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions views/OpenChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -387,14 +387,18 @@ export default class OpenChannel extends React.Component<
)
}
titleStyle={styles.tabTitleStyle}
style={{ backgroundColor: themeColor('secondary') }}
containerStyle={{
backgroundColor: themeColor('secondary')
}}
/>
<Tab.Item
title={localeString(
'views.OpenChannel.connectPeer'
)}
titleStyle={styles.tabTitleStyle}
style={{ backgroundColor: themeColor('secondary') }}
containerStyle={{
backgroundColor: themeColor('secondary')
}}
/>
</Tab>

Expand Down

0 comments on commit b8ebb4c

Please sign in to comment.