frontend: update style (fix button appearance)

This commit is contained in:
Mose Müller
2023-11-09 17:10:21 +01:00
parent dc1c7e80f4
commit 3cc6399f60
13 changed files with 38 additions and 26 deletions

View File

@@ -26,7 +26,7 @@ export const ListComponent = React.memo((props: ListComponentProps) => {
return (
<div className={'listComponent'} id={id}>
{process.env.NODE_ENV === 'development' && (
<p>Render count: {renderCount.current}</p>
<div>Render count: {renderCount.current}</div>
)}
<DocStringComponent docString={docString} />
{value.map((item, index) => {