mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-01 00:53:47 +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>
|
||||
|
||||
{/* TODO: swap for real data */}
|
||||
<Stack>
|
||||
<Stack borderBottom='2px solid' borderColor='brand.light.primary'>
|
||||
<DataTable
|
||||
columnHeaders={[
|
||||
'Build Server',
|
||||
|
|
|
|||
Loading…
Reference in a new issue