minor improvements in toolbar item

This commit is contained in:
ammarahm-ed
2021-12-19 00:33:21 +05:00
parent 0f1ef90378
commit cbb45408aa

View File

@@ -353,7 +353,7 @@ const ToolbarItem = ({
size={7}
style={{
position: 'absolute',
top: 2,
top: 0,
alignSelf: 'center'
}}
name="crown"
@@ -425,7 +425,7 @@ const ToolbarItem = ({
{type === 'tooltip' && (
<Icon
name="menu-right"
size={SIZE.sm}
size={SIZE.md}
allowFontScaling={false}
color={colors.icon}
style={{
@@ -435,8 +435,8 @@ const ToolbarItem = ({
rotateZ: '-45deg'
}
],
top: 0,
right: 0
top: -3.5,
right: -5
}}
/>
)}