This commit is contained in:
Timothy Jaeryang Baek
2026-07-16 02:07:47 -04:00
parent 9be11883b8
commit dc5a250068
2 changed files with 6 additions and 4 deletions
@@ -13,7 +13,7 @@
import Emoji from '$lib/components/common/Emoji.svelte';
import HashtagIcon from '$lib/components/icons/Hashtag.svelte';
import LockIcon from '$lib/components/icons/Lock.svelte';
import EditPencilIcon from './icons/EditPencil.svelte';
import SettingsIcon from '$lib/components/icons/Settings.svelte';
import UserIcon from './icons/User.svelte';
import XMarkIcon from './icons/XMark.svelte';
@@ -242,7 +242,7 @@
showEditChannelModal = true;
}}
>
<EditPencilIcon className="size-3.5" />
<SettingsIcon className="size-3.5" strokeWidth="1.5" />
</button>
</div>
{/if}
@@ -666,8 +666,10 @@
showCreateSubFolderModal = true;
}}
>
<div class="p-1 dark:hover:bg-gray-850 rounded-lg touch-auto">
<MoreHorizontal className="size-4" strokeWidth="1.5" />
<div
class="flex size-5 items-center justify-center self-center dark:hover:text-white transition m-0 touch-auto"
>
<MoreHorizontal className="size-3.5" strokeWidth="2" />
</div>
</FolderMenu>
</button>