Try to fix styles

This commit is contained in:
2025-09-02 22:35:24 +02:00
parent 28f6fad818
commit 6286c1e0c9
6 changed files with 31 additions and 13 deletions

View File

@@ -138,6 +138,12 @@ const handleKeydown = (event: KeyboardEvent) => {
.base-button--ghost {
background-color: transparent;
color: #646cff;
/* Ensure ghost buttons always meet minimum touch targets */
min-height: 2.75rem;
min-width: 2.75rem;
display: flex;
align-items: center;
justify-content: center;
}
.base-button--ghost:hover:not(:disabled) {