We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7945c1f commit 4a30d59Copy full SHA for 4a30d59
frontend/src/features/user-profile/components/CalendarDateSelector.tsx
@@ -124,7 +124,11 @@ const CalendarDateSelector: React.FC<CalendarDateSelectorProps> = ({
124
flex="1"
125
gap="0.75rem"
126
>
127
- <Text style={textStyles.caption} color={colors.gray[500]} margin="0">
+ <Text
128
+ style={textStyles.caption}
129
+ color={colors.gray[500]}
130
+ margin="0"
131
+ >
132
{DAYS[index]}
133
</Text>
134
<Button
0 commit comments