Skip to content

Commit c0fb706

Browse files
committed
fix: remove transparent bgs on header styles
1 parent d3a82d2 commit c0fb706

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/headers/Header.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const styles = StyleSheet.create({
128128
width: '100%',
129129
alignItems: 'center',
130130
justifyContent: 'flex-start',
131-
backgroundColor: 'transparent',
132131
},
133132
leftContainer: {
134133
flexDirection: 'row',
@@ -137,15 +136,13 @@ const styles = StyleSheet.create({
137136
justifyContent: 'flex-start',
138137
alignItems: 'center',
139138
overflow: 'hidden',
140-
backgroundColor: 'transparent',
141139
},
142140
centerContainer: {
143141
flex: 1,
144142
flexDirection: 'row',
145143
paddingHorizontal: 6,
146144
alignItems: 'center',
147145
justifyContent: 'center',
148-
backgroundColor: 'transparent',
149146
},
150147
rightContainer: {
151148
flexDirection: 'row-reverse',
@@ -154,7 +151,6 @@ const styles = StyleSheet.create({
154151
alignItems: 'center',
155152
justifyContent: 'flex-start',
156153
overflow: 'hidden',
157-
backgroundColor: 'transparent',
158154
},
159155
noFlex: { display: 'none' },
160156
});

0 commit comments

Comments
 (0)