fix(a11y): use buttons for grid items

This commit is contained in:
rektdeckard
2024-12-05 00:54:29 -07:00
committed by Tobias Fried
parent 72b6fe088f
commit 363e86fada
2 changed files with 4 additions and 4 deletions

View File

@@ -16,6 +16,8 @@
.grid-item {
display: flex;
appearance: none;
background: transparent;
box-sizing: border-box;
width: 160px;
height: 160px;