mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-12-21 05:31:18 +01:00
frontend styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user