style: update color references to use theme.draftColor for unsaved changes across multiple components (#6641)

This commit is contained in:
Abhishek S Lal
2026-01-02 23:32:55 +05:30
committed by GitHub
parent 475707848e
commit 33f47ca5e4
31 changed files with 184 additions and 47 deletions

View File

@@ -109,7 +109,7 @@ const WorkspaceOverview = ({ workspace }) => {
<div className="section-title">Quick Actions</div>
<div className="quick-actions-buttons">
<Button
color="secondary"
color="light"
size="sm"
icon={<IconPlus size={14} strokeWidth={1.5} />}
onClick={handleCreateCollection}
@@ -117,7 +117,7 @@ const WorkspaceOverview = ({ workspace }) => {
Create Collection
</Button>
<Button
color="secondary"
color="light"
size="sm"
icon={<IconFolder size={14} strokeWidth={1.5} />}
onClick={handleOpenCollection}
@@ -125,7 +125,7 @@ const WorkspaceOverview = ({ workspace }) => {
Open Collection
</Button>
<Button
color="secondary"
color="light"
size="sm"
icon={<IconDownload size={14} strokeWidth={1.5} />}
onClick={handleImportCollection}