fix border on scrollbar
This commit is contained in:
parent
ee2e2916b7
commit
075a627208
|
@ -165,7 +165,7 @@ const DownloadsPage: NextPage = ({}) => {
|
|||
</Stack>
|
||||
|
||||
{/* TODO: swap for real data */}
|
||||
<Stack>
|
||||
<Stack borderBottom='2px solid' borderColor='brand.light.primary'>
|
||||
<DataTable
|
||||
columnHeaders={[
|
||||
'Build Server',
|
||||
|
|
Loading…
Reference in New Issue