podium component
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user