adding slight transparency to tabs

This commit is contained in:
Blake Kaufman
2025-10-14 16:51:30 -04:00
parent b8610b9c20
commit dfe3f50fc6
+3 -2
View File
@@ -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,
},
]}
>