fix: highlight plugin and theme cards in settings search

This commit is contained in:
Linus Rath
2026-05-06 19:10:12 +02:00
parent 802a30508a
commit 1cd6cde77c
2 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -174,7 +174,7 @@ interface ThemeCardProps {
function ThemeCard({ name, author, preview, isActive, isDefault, isForceEnabled, disabled, variants, onActivate, onRemove }: ThemeCardProps) {
return (
<div className="relative">
<div data-search-label={name} className="relative">
<button
type="button"
onClick={onActivate}