feat(ui): migrate colors to semantic tokens in domainV2 and glossaryV2 folders#16875
Conversation
|
Linear: CAT-1678 |
|
✅ Meticulous spotted visual differences in 111 of 1446 screens tested, but all differences have already been approved: view differences detected. Meticulous evaluated ~9 hours of user flows against your PR. Last updated for commit |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Bundle ReportChanges will increase total bundle size by 1.46kB (0.01%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: datahub-react-web-esmAssets Changed:
Files in
|
b9cbf2e to
38d5aee
Compare
v-tarasevich-blitz-brain
left a comment
There was a problem hiding this comment.
Great job!
Just a few suggestions that could be handled in the follow-ups. Nothing blocking
| style={{ | ||
| fontSize: 12, | ||
| color: '#BFBFBF', | ||
| color: theme.colors.textDisabled, |
| height: 15px; | ||
| width: 15px; | ||
| color: ${ANTD_GRAY[8]}; | ||
| color: ${(props) => props.theme.colors.textSecondary}; |
There was a problem hiding this comment.
I think we can use just icon
|
|
||
| const IconContainer = styled.span` | ||
| color: ${ANTD_GRAY[7]}; | ||
| color: ${(props) => props.theme.colors.textTertiary}; |
There was a problem hiding this comment.
can we use just icon here?
|
|
||
| const ResultsWrapper = styled.div` | ||
| background-color: white; | ||
| background-color: ${(props) => props.theme.colors.bgSurface}; |
There was a problem hiding this comment.
i think it's better to use just bg
Screencast.From.2026-04-10.10-19-45.mp4
| style={{ | ||
| fontSize: 12, | ||
| color: '#BFBFBF', | ||
| color: theme.colors.textDisabled, |
There was a problem hiding this comment.
just icon
|
|
||
| const IconContainer = styled.span` | ||
| color: ${ANTD_GRAY[7]}; | ||
| color: ${(props) => props.theme.colors.textTertiary}; |
|
|
||
| const ResultsWrapper = styled.div` | ||
| background-color: white; | ||
| background-color: ${(props) => props.theme.colors.bgSurface}; |
There was a problem hiding this comment.
let's use bg
Linear ticket:
https://linear.app/acryl-data/issue/CAT-1660/update-colors-to-semantic-tokens-in-glossary-and-domains-folders