Handle text color at the container level
This commit is contained in:
parent
9a2dcb0c8f
commit
f2fb54c29f
@ -4,7 +4,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="p-2 cursor-pointer text-center text-3xl text-gray-300"
|
class="p-2 cursor-pointer text-center text-3xl"
|
||||||
>
|
>
|
||||||
{icon}
|
{icon}
|
||||||
</div>
|
</div>
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-row w-14 bg-neutral-700">
|
<div class="flex flex-row w-14 bg-neutral-700">
|
||||||
<div class="flex flex-col w-14 shrink-0">
|
<div class="flex flex-col shrink-0 w-14 text-gray-300">
|
||||||
{#each icons as { id, icon, info }}
|
{#each icons as { id, icon, info }}
|
||||||
<Icon
|
<Icon
|
||||||
icon={icon}
|
icon={icon}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user