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

@@ -106,7 +106,7 @@ export const SliderComponent = React.memo((props: SliderComponentProps) => {
return (
<div className="sliderComponent" id={id}>
{process.env.NODE_ENV === 'development' && (
<p>Render count: {renderCount.current}</p>
<div>Render count: {renderCount.current}</div>
)}
<DocStringComponent docString={docString} />