mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 05:27:57 -05:00
[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:
@@ -499,6 +499,9 @@ export const DefaultTheme = {
|
||||
ProfileIconPinnedStyle: {
|
||||
position: 'absolute',
|
||||
},
|
||||
BackButtonBgGradient:{
|
||||
borderRadius: 10,
|
||||
},
|
||||
IconContainer: {
|
||||
padding: 6,
|
||||
width: 25,
|
||||
|
||||
@@ -512,6 +512,9 @@ export const PurpleTheme = {
|
||||
borderRadius: 10,
|
||||
backgroundColor: Colors.LightPurple,
|
||||
},
|
||||
BackButtonBgGradient:{
|
||||
borderRadius: 10,
|
||||
},
|
||||
imageCaptureButton: {
|
||||
marginLeft: 130,
|
||||
marginRight: 50,
|
||||
|
||||
Reference in New Issue
Block a user