diff --git a/tests/wallets/index.html b/tests/wallets/index.html
index 8a83c6d0c..d17b3c58a 100644
--- a/tests/wallets/index.html
+++ b/tests/wallets/index.html
@@ -908,9 +908,9 @@
.function-tabs {
margin-bottom: 14px;
- border-radius: 18px;
+ border-radius: 8px;
background: rgba(22, 32, 40, 0.04);
- padding: 6px;
+ padding: 4px;
}
.function-tabs .q-tab {
@@ -918,7 +918,7 @@
min-width: 0;
justify-content: center;
min-height: 48px;
- border-radius: 12px;
+ border-radius: 4px !important;
color: var(--q-primary);
text-align: center;
}
@@ -961,15 +961,15 @@
}
.test-type-tabs {
- border-radius: 18px;
+ border-radius: 8px;
background: rgba(22, 32, 40, 0.04);
- padding: 6px;
+ padding: 4px;
}
.test-type-tabs .q-tab {
justify-content: flex-start;
min-height: 48px;
- border-radius: 12px;
+ border-radius: 4px !important;
color: var(--q-primary);
text-align: left;
}