adding slight transparency to tabs
This commit is contained in:
@@ -61,8 +61,9 @@ function MyTabBar({ state, descriptors, navigation }) {
|
||||
{
|
||||
backgroundColor:
|
||||
masterInfoObject.lrc20Settings.isEnabled && state.index === 1
|
||||
? backgroundColor
|
||||
: backgroundOffset,
|
||||
? backgroundColor + 'F7'
|
||||
: backgroundOffset + 'F7',
|
||||
// opacity: 0.9,
|
||||
},
|
||||
]}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user