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

@@ -88,8 +88,6 @@ const StyledWrapper = styled.div`
width: 52px;
height: 52px;
border-radius: 8px;
background: ${(props) => props.theme.background.mantle};
border: 1px solid ${(props) => props.theme.workspace.border};
color: ${(props) => props.theme.colors.text.muted};
margin-bottom: 16px;
}