mirror of
https://github.com/theoludwig/p61-project.git
synced 2024-07-17 07:00:12 +02:00
fix: habits statistics center CircularProgress
This commit is contained in:
parent
c455326f8e
commit
47bf926fd8
@ -84,8 +84,13 @@ export const HabitsStatistics: React.FC<HabitsStatisticsProps> = (props) => {
|
|||||||
mode="elevated"
|
mode="elevated"
|
||||||
style={{ marginVertical: 8, marginHorizontal: 10 }}
|
style={{ marginVertical: 8, marginHorizontal: 10 }}
|
||||||
>
|
>
|
||||||
<Card.Content>
|
<Card.Content
|
||||||
<Text variant="bodyMedium">
|
style={{
|
||||||
|
justifyContent: "center",
|
||||||
|
alignItems: "center",
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
<Text variant="bodyMedium" style={{ marginBottom: 5 }}>
|
||||||
{totalGoalsSuccess} achieved goals in the{" "}
|
{totalGoalsSuccess} achieved goals in the{" "}
|
||||||
{GOAL_FREQUENCIES_TYPES[frequency]} out of{" "}
|
{GOAL_FREQUENCIES_TYPES[frequency]} out of{" "}
|
||||||
{totalGoals}.
|
{totalGoals}.
|
||||||
|
Loading…
Reference in New Issue
Block a user