hotfix: button width

This commit is contained in:
Nicolás Quiroz 2022-12-05 13:42:09 -03:00
parent e25b87f32d
commit 467d139bb0
1 changed files with 2 additions and 0 deletions

View File

@ -381,6 +381,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
<Stack
sx={{ mt: '0 !important' }}
borderLeft={{ base: 'none', md: '2px solid var(--chakra-colors-primary)' }}
w={{ base: '100%', md: 'auto' }}
>
<Link
as='button'
@ -435,6 +436,7 @@ const DownloadsPage: NextPage<Props> = ({ data }) => {
<Stack
sx={{ mt: '0 !important' }}
borderLeft={{ base: 'none', md: '2px solid var(--chakra-colors-primary)' }}
w={{ base: '100%', md: 'auto' }}
>
<Link as='button' variant='button-link-secondary' onClick={showMoreDevBuilds}>
<Text