touchy upy
This commit is contained in:
@@ -49,7 +49,7 @@ const Stickies = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="stickies-container">
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Notes By Theme" />
|
||||
<Button onClick={handleCluster} isLoading={isPending} label="Group Stickies By Topic" />
|
||||
</div>
|
||||
<div className="stickies-grid">
|
||||
{stickies?.map((sticky) => (
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
color: #6dd6f4;
|
||||
border: 1px solid rgb(92, 0, 91);
|
||||
width: 16rem;
|
||||
height: 2.5rem;
|
||||
height: 3rem;
|
||||
margin-top: 14px;
|
||||
}
|
||||
@@ -9,6 +9,7 @@
|
||||
.stickies-container {
|
||||
margin: 36px 0px 36px 0px;
|
||||
}
|
||||
|
||||
.clusters-container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -17,7 +18,7 @@
|
||||
}
|
||||
|
||||
.cluster-group {
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
border: 1px solid #6dd6f4;
|
||||
border-radius: 8px;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user