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

@@ -40,8 +40,8 @@ export const DataServiceComponent = React.memo(
}
return (
<div className="dataServiceComponent" id={id}>
<Card className="mb-3">
<div className="component dataServiceComponent" id={id}>
<Card>
<Card.Header
onClick={() => setOpen(!open)}
style={{ cursor: 'pointer' }} // Change cursor style on hover