diff --git a/apps/wallet-mobile/src/WalletNavigator.tsx b/apps/wallet-mobile/src/WalletNavigator.tsx
index e18ccac90c..7165987d92 100644
--- a/apps/wallet-mobile/src/WalletNavigator.tsx
+++ b/apps/wallet-mobile/src/WalletNavigator.tsx
@@ -297,7 +297,7 @@ const useStyles = () => {
const colors = {
active: color.text_primary_max,
- inactive: color.text_gray_medium,
+ inactive: color.text_gray_low,
background: color.bg_color_max,
divider: color.gray_200,
}
diff --git a/apps/wallet-mobile/src/components/Button/Button.tsx b/apps/wallet-mobile/src/components/Button/Button.tsx
index eb45b20914..fbee5f306e 100644
--- a/apps/wallet-mobile/src/components/Button/Button.tsx
+++ b/apps/wallet-mobile/src/components/Button/Button.tsx
@@ -37,7 +37,7 @@ export const Button = (props: ButtonProps) => {
outlineOnLight,
iconImage,
withoutBackground,
- shelleyTheme,
+ shelleyTheme = true,
mainTheme,
outlineShelley,
textStyles,
diff --git a/apps/wallet-mobile/src/features/Portfolio/useCases/PortfolioTokenDetails/PortfolioTokenInfo/Overview/Overview.tsx b/apps/wallet-mobile/src/features/Portfolio/useCases/PortfolioTokenDetails/PortfolioTokenInfo/Overview/Overview.tsx
index 80e4ad0099..68a2abf123 100644
--- a/apps/wallet-mobile/src/features/Portfolio/useCases/PortfolioTokenDetails/PortfolioTokenInfo/Overview/Overview.tsx
+++ b/apps/wallet-mobile/src/features/Portfolio/useCases/PortfolioTokenDetails/PortfolioTokenInfo/Overview/Overview.tsx
@@ -107,8 +107,6 @@ export const Overview = () => {
-
-
@@ -168,11 +166,6 @@ const useStyles = () => {
...atoms.font_semibold,
color: color.gray_900,
},
- divider: {
- ...atoms.flex_1,
- height: 1,
- backgroundColor: color.gray_200,
- },
copyButton: {
...atoms.flex_1,
...atoms.flex_row_reverse,
diff --git a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx
index 1a8e5d5505..cffd5ea6ae 100644
--- a/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx
+++ b/apps/wallet-mobile/src/features/Swap/useCases/ConfirmTxScreen/LedgerTransportSwitch.tsx
@@ -31,6 +31,7 @@ const LedgerTransportSwitchView = ({onSelectUSB, onSelectBLE}: Props) => {