mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-16 13:06:40 +00:00
fix border on scrollbar
This commit is contained in:
parent
ee2e2916b7
commit
075a627208
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ const DownloadsPage: NextPage = ({}) => {
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|
||||||
{/* TODO: swap for real data */}
|
{/* TODO: swap for real data */}
|
||||||
<Stack>
|
<Stack borderBottom='2px solid' borderColor='brand.light.primary'>
|
||||||
<DataTable
|
<DataTable
|
||||||
columnHeaders={[
|
columnHeaders={[
|
||||||
'Build Server',
|
'Build Server',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue