mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-01-09 11:11:59 +00:00
Update LogsTerminal.tsx
This commit is contained in:
parent
0ae80b061e
commit
53ec197e0e
@ -611,7 +611,7 @@ const LogsTerminal: React.FC = () => {
|
||||
itemData={data}
|
||||
onItemsRendered={onItemsRendered}
|
||||
ref={ref}
|
||||
style={{borderRadius:'25px', overflow:'hidden'}}
|
||||
style={{borderRadius:'25px', overflow:'hidden', border: '1px solid #E7EAEE'}}
|
||||
>
|
||||
{({ index, style }) => (
|
||||
<div style={style}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user