From 23579b8e4ddebe45f72039a635a8bff0e3b91e02 Mon Sep 17 00:00:00 2001 From: saeedehTorkamani Date: Mon, 16 Dec 2024 12:24:47 +0330 Subject: [PATCH 1/3] #468 - Try to check colors in Rosen App and fix mismatches --- apps/rosen/app/(bridge)/BridgeTransaction.tsx | 2 +- packages/ui-kit/src/components/common/NavigationButton.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/rosen/app/(bridge)/BridgeTransaction.tsx b/apps/rosen/app/(bridge)/BridgeTransaction.tsx index 5307454f..b761f761 100644 --- a/apps/rosen/app/(bridge)/BridgeTransaction.tsx +++ b/apps/rosen/app/(bridge)/BridgeTransaction.tsx @@ -80,7 +80,7 @@ export const BridgeTransaction = ({ backgroundColor: (theme) => theme.palette.mode === 'light' ? theme.palette.primary.light - : theme.palette.primary.dark, + : theme.palette.background.paper, padding: (theme) => theme.spacing(3), }} > diff --git a/packages/ui-kit/src/components/common/NavigationButton.tsx b/packages/ui-kit/src/components/common/NavigationButton.tsx index 27e98430..8692d77b 100644 --- a/packages/ui-kit/src/components/common/NavigationButton.tsx +++ b/packages/ui-kit/src/components/common/NavigationButton.tsx @@ -109,7 +109,7 @@ export const NavigationButton: FC = (props) => { if (badge) startIcon = ( - + {startIcon} ); From f380e94d15dc082d6e779dbaacd190253497c6a5 Mon Sep 17 00:00:00 2001 From: saeedehTorkamani Date: Mon, 16 Dec 2024 12:32:42 +0330 Subject: [PATCH 2/3] #468 - Implement changeset file --- .changeset/little-pianos-brush.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/little-pianos-brush.md diff --git a/.changeset/little-pianos-brush.md b/.changeset/little-pianos-brush.md new file mode 100644 index 00000000..71a36fd6 --- /dev/null +++ b/.changeset/little-pianos-brush.md @@ -0,0 +1,6 @@ +--- +'@rosen-bridge/ui-kit': patch +'@rosen-bridge/rosen-app': patch +--- + +Check theme colors in figma and Rosen App and fix mismatches From 2d195553e000f58b1bed26e9171ce63dc3dd5089 Mon Sep 17 00:00:00 2001 From: saeedehTorkamani Date: Sun, 22 Dec 2024 12:39:38 +0330 Subject: [PATCH 3/3] #468 - Change the sentence of changeSet file --- .changeset/little-pianos-brush.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/little-pianos-brush.md b/.changeset/little-pianos-brush.md index 71a36fd6..fa898fb0 100644 --- a/.changeset/little-pianos-brush.md +++ b/.changeset/little-pianos-brush.md @@ -3,4 +3,4 @@ '@rosen-bridge/rosen-app': patch --- -Check theme colors in figma and Rosen App and fix mismatches +Review theme colors in Figma and ensure consistency by identifying and fixing any mismatches