fix(miniapp): address review feedback

This commit is contained in:
2026-03-12 02:28:56 +04:00
parent 135a2301ca
commit 789854358e
6 changed files with 103 additions and 75 deletions

View File

@@ -884,6 +884,13 @@ button {
}
.mini-chip-button {
appearance: none;
-webkit-appearance: none;
border: 0;
background: transparent;
padding: 0;
font: inherit;
line-height: inherit;
cursor: pointer;
}