mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-23 06:21:20 +01:00
frontend: update style (fix button appearance)
This commit is contained in:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user