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

@ -31,6 +31,9 @@ export const ImageComponent = React.memo((props: ImageComponentProps) => {
return (
<div className={'imageComponent'} id={id}>
{process.env.NODE_ENV === 'development' && (
<div>Render count: {renderCount.current}</div>
)}
<Card>
<Card.Header
onClick={() => setOpen(!open)}