mirror of
https://github.com/immich-app/immich.git
synced 2025-11-28 20:09:53 +09:00
fix(web): require button type (#9786)
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<div class="flex bg-gray-200 dark:bg-immich-dark-gray rounded-2xl h-full">
|
||||
{#each filters as filter, index}
|
||||
<button
|
||||
type="button"
|
||||
class="text-sm px-4 {filter === selected
|
||||
? 'dark:bg-gray-700 bg-gray-300'
|
||||
: 'dark:hover:bg-gray-800 hover:bg-gray-300'} {index === 0 ? 'rounded-l-2xl' : ''} {index ===
|
||||
|
||||
Reference in New Issue
Block a user