Skip to content

Commit 6d561ac

Browse files
committed
change_background_add_border
1 parent c05f1fb commit 6d561ac

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

components/History/History.tsx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import 'moment/locale/tr';
1818

1919
import { useTheme } from '@react-navigation/native';
2020
import { FontAwesomeIcon } from '@fortawesome/react-native-fontawesome';
21-
import { faAnglesUp } from '@fortawesome/free-solid-svg-icons';
21+
import { faAnglesUp, faAngleUp, faArrowCircleUp, faArrowUp } from '@fortawesome/free-solid-svg-icons';
2222

2323
import {
2424
ButtonTypeEnum,
@@ -451,17 +451,18 @@ const History: React.FunctionComponent<HistoryProps> = ({
451451
position: 'absolute',
452452
bottom: 30,
453453
right: 10,
454-
paddingHorizontal: 12,
455-
paddingVertical: 16,
454+
paddingHorizontal: 10,
455+
paddingVertical: 15,
456456
backgroundColor: colors.sideMenuBackground,
457457
borderRadius: 50,
458-
opacity: 0.75,
459-
transform: [{ scale: pressed ? 0.92 : 1 }],
458+
transform: [{ scale: pressed ? 0.9 : 1 }],
459+
borderWidth: 1,
460+
borderColor: colors.zingo,
460461
})}>
461462
<FontAwesomeIcon
462463
style={{ marginLeft: 5, marginRight: 5, marginTop: 0 }}
463-
size={25}
464-
icon={faAnglesUp}
464+
size={20}
465+
icon={faAngleUp}
465466
color={colors.zingo}
466467
/>
467468
</Pressable>

0 commit comments

Comments
 (0)