layer panel font size

This commit is contained in:
hamid zarghami
2026-05-11 14:56:46 +03:30
parent 3af5e8e389
commit 60e94368ec
+2 -2
View File
@@ -58,7 +58,7 @@ const LayersPanel = ({ isOpen, setIsOpen }: LayersPanelProps) => {
activeTab === 'pages' ? 'bg-gray-100' : 'hover:bg-gray-200'
)}
>
<Book1 variant={activeTab === 'pages' ? 'Bold' : 'Outline'} size={24} color="black" />
<Book1 variant={activeTab === 'pages' ? 'Bold' : 'Outline'} size={20} color="black" />
</button>
<button
@@ -68,7 +68,7 @@ const LayersPanel = ({ isOpen, setIsOpen }: LayersPanelProps) => {
activeTab === 'layers' ? 'bg-gray-100' : 'hover:bg-gray-200'
)}
>
<Layer variant={activeTab === 'layers' ? 'Bold' : 'Outline'} size={24} color="black" />
<Layer variant={activeTab === 'layers' ? 'Bold' : 'Outline'} size={20} color="black" />
</button>
<button