podium component

This commit is contained in:
danis
2023-10-20 11:32:22 +02:00
parent 96c43bcbad
commit 0eef957a90
+6 -5
View File
@@ -9,7 +9,7 @@ const PodiumUserCardComponent = () => {
<View <View
style={{ style={{
display: 'flex', display: 'flex',
paddingTop: '60px', paddingTop: 60,
flexDirection: 'column', flexDirection: 'column',
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
@@ -18,8 +18,8 @@ const PodiumUserCardComponent = () => {
<View <View
style={{ style={{
width: '140px', width: 140,
height: '140px', height: 140,
flexShrink: 0, flexShrink: 0,
borderRadius: 12, borderRadius: 12,
}} }}
@@ -59,7 +59,8 @@ const boardRowComponent = () => {
); );
} }
const Leaderboardiew = () => { const Leaderboardiew = () => {st
con
return ( return (
<View <View
style={{ style={{
@@ -72,7 +73,7 @@ const Leaderboardiew = () => {
<View <View
style={{ style={{
display: 'flex', display: 'flex',
paddingBottom: '0px', paddingBottom: 0,
justifyContent: 'center', justifyContent: 'center',
alignItems: 'center', alignItems: 'center',
alignSelf: 'stretch', alignSelf: 'stretch',