Change comment to be ambiguous because it was the wrong value

I had changed the value in the code after writing that comment
This commit is contained in:
2025-06-16 11:12:49 -07:00
parent 4f4c85c85a
commit 2475b9aee2

View File

@ -76,7 +76,7 @@
<i class={`bi ${currentIcon}`}></i>
</button>
<!-- Unfortunately, we have to hard-code 72px because CSS won't animate `auto` or `min-content` -->
<!-- Unfortunately, we have to hard-code the pixel count because CSS won't animate `auto` or `min-content` -->
<div class="button-group" style:height={expanded ? "68px" : "0px"}>
<!-- Don't show the button if it is currently selected (it will be shown as the dropdown icon) -->
{#if themeOption !== themes.DARK}