diff --git a/Presentation 1 1.pptx b/Presentation 1 1.pptx
new file mode 100644
index 0000000..5a8729d
Binary files /dev/null and b/Presentation 1 1.pptx differ
diff --git a/navigation/index.js b/navigation/index.js
index 50e424c..cae5c7c 100644
--- a/navigation/index.js
+++ b/navigation/index.js
@@ -64,22 +64,21 @@ const BottomTabNavigator = ({ theme }) => {
screenOptions={{
tabBarHideOnKeyboard: true,
headerShown,
- contentStyle: {
- backgroundColor: "white",
- },
tabBarIconStyle: {
transform: [{ scaleX: -1 }],
},
tabBarLabelPosition: "below-icon",
- tabBarActiveTintColor: Colors.theme1.green79,
- tabBarInactiveTintColor: "grey",
+ tabBarActiveTintColor:
+ theme === "light" ? Colors.theme1.green79 : Colors.theme1.greenCF,
+ tabBarInactiveTintColor:
+ theme === "light" ? Colors.theme1.gray20 : Colors.theme1.white,
tabBarStyle: {
backgroundColor:
theme === "light" ? Colors.theme1.white : Colors.theme1.dark,
transform: [{ scaleX: -1 }],
height: 65 + insets.bottom,
+ borderWidth : 0
},
-
tabBarLabelStyle: {
transform: [{ scaleX: -1 }, { translateY: -5 }],
fontSize: fontSize.xs,
@@ -102,7 +101,11 @@ const BottomTabNavigator = ({ theme }) => {
>
{
xmlns="http://www.w3.org/2000/svg"
width={33.58}
height={33.579}
+ style={{
+ transform: [{scale : 0.7}]
+ }}
>
{
data-name="Vector"
d="M16.79 25.471v-6.693"
fill="none"
- stroke={Colors.theme1.green79}
+ stroke={
+ theme === "light"
+ ? Colors.theme1.green79
+ : Colors.theme1.white
+ }
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth={1.5}
@@ -155,7 +169,11 @@ const BottomTabNavigator = ({ theme }) => {
>
{
xmlns="http://www.w3.org/2000/svg"
width={35.135}
height={34.763}
+ style={{
+ transform: [{scale : 0.7}]
+ }}
>
{
{
) : (
-