diff --git a/tauri-wallet/src/components/CopyToClipboard.tsx b/tauri-wallet/src/components/CopyToClipboard.tsx
index 544ceea6d1..c1c6da79d2 100644
--- a/tauri-wallet/src/components/CopyToClipboard.tsx
+++ b/tauri-wallet/src/components/CopyToClipboard.tsx
@@ -38,10 +38,11 @@ export const CopyToClipboard = ({ text }: { text: string }) => {
return (
diff --git a/tauri-wallet/src/components/NavigationCards.tsx b/tauri-wallet/src/components/NavigationCards.tsx
index f85687ba00..89e842b69e 100644
--- a/tauri-wallet/src/components/NavigationCards.tsx
+++ b/tauri-wallet/src/components/NavigationCards.tsx
@@ -28,7 +28,7 @@ export const BalanceCard = () => {
noPadding
Action={
-
+
diff --git a/tauri-wallet/src/theme.tsx b/tauri-wallet/src/theme.tsx
index 46ae236c30..c6a8d74f4f 100644
--- a/tauri-wallet/src/theme.tsx
+++ b/tauri-wallet/src/theme.tsx
@@ -35,6 +35,18 @@ export const theme = createTheme({
text: {
padding: '12px 24px',
},
+ outlined: {
+ padding: '12px 24px',
+ },
+ textSizeSmall: {
+ padding: '6px 12px',
+ },
+ outlinedSizeSmall: {
+ padding: '8px 12px',
+ },
+ containedSizeSmall: {
+ padding: '8px 12px',
+ },
},
MuiStepIcon: {