mobile: minor ui fixes

This commit is contained in:
Ammar Ahmed
2024-03-22 09:33:40 +05:00
parent eb0aff2fc3
commit 77d5bd71f9
2 changed files with 3 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ export const Items = ({ item, buttons, close }) => {
<Icon
allowFontScaling
name={item.icon}
size={DDS.isTab ? SIZE.xxl : SIZE.lg}
size={DDS.isTab ? SIZE.xxl : shouldShrink ? SIZE.xxl : SIZE.lg}
color={
item.on
? colors.primary.accent
@@ -241,8 +241,8 @@ export const Items = ({ item, buttons, close }) => {
}}
showsHorizontalScrollIndicator={false}
contentContainerStyle={{
gap: 10,
paddingRight: 25
paddingRight: 25,
gap: 5
}}
>
{topBarItems.map(renderTopBarItem)}

View File

@@ -119,7 +119,6 @@ const TagItem = ({ tag, close }) => {
fontSize={SIZE.xs}
style={style}
textStyle={{
textDecorationLine: "underline",
color: colors.secondary.paragraph
}}
/>