mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-17 23:16:03 +01:00
chore(web): update react and chakra versions
hopefully nothing broke that I didn't notice prayge
This commit is contained in:
@@ -88,7 +88,7 @@ const CircleProgressbar: React.FC = () => {
|
||||
>
|
||||
<CircularProgressLabel fontFamily="Fira Mono">{value}%</CircularProgressLabel>
|
||||
</CircularProgress>
|
||||
<Text fontFamily="Inter" isTruncated fontSize={18} fontWeight="light">
|
||||
<Text fontFamily="Inter" fontSize={18} fontWeight="light">
|
||||
{label}
|
||||
</Text>
|
||||
</Flex>
|
||||
|
||||
@@ -65,8 +65,11 @@ const Progressbar: React.FC = () => {
|
||||
}
|
||||
/>
|
||||
<Text
|
||||
maxWidth={350}
|
||||
fontFamily="Inter"
|
||||
isTruncated
|
||||
textOverflow="ellipsis"
|
||||
overflow="hidden"
|
||||
whiteSpace="nowrap"
|
||||
fontSize={22}
|
||||
fontWeight="light"
|
||||
position="absolute"
|
||||
|
||||
Reference in New Issue
Block a user