[INJIMOB-3633][INJIMOB-3636] fix icon bg color across app (#2134)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-11-14 10:21:25 +05:30
committed by GitHub
parent 6a202b11af
commit d8d718693d
4 changed files with 35 additions and 9 deletions

View File

@@ -499,6 +499,9 @@ export const DefaultTheme = {
ProfileIconPinnedStyle: {
position: 'absolute',
},
BackButtonBgGradient:{
borderRadius: 10,
},
IconContainer: {
padding: 6,
width: 25,

View File

@@ -512,6 +512,9 @@ export const PurpleTheme = {
borderRadius: 10,
backgroundColor: Colors.LightPurple,
},
BackButtonBgGradient:{
borderRadius: 10,
},
imageCaptureButton: {
marginLeft: 130,
marginRight: 50,