frontend styling

This commit is contained in:
Mose Müller
2024-01-16 15:47:05 +01:00
parent 6d9191fe18
commit 7ef82e61e5
12 changed files with 23 additions and 36 deletions

View File

@@ -100,7 +100,7 @@ export const SliderComponent = React.memo((props: SliderComponentProps) => {
const [stepSizeMagnitude, stepSizeReadOnly] = deconstructNumberDict(stepSize);
return (
<div className="sliderComponent" id={id}>
<div className="component sliderComponent" id={id}>
{process.env.NODE_ENV === 'development' && (
<div>Render count: {renderCount.current}</div>
)}