소스 검색

Svelte: Minor highlighting of selected icon

Alessandro Pignotti 9 달 전
부모
커밋
ff2486d6e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/lib/Icon.svelte

+ 1 - 1
src/lib/Icon.svelte

@@ -11,7 +11,7 @@
 </script>
 
 <div 
-	class="p-3 cursor-pointer text-center"
+	class="p-3 cursor-pointer text-center hover:text-gray-100"
 	on:mouseenter={handleMouseover}
 	>
 		<i class='{icon} fa-xl'></i>