We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4733d08 commit b77b123Copy full SHA for b77b123
src/components/ConfigPanel/Input.tsx
@@ -151,7 +151,7 @@ const Input: Component<{
151
/>
152
<Show when={props.maskType && show()}>
153
<div class="absolute inset-0px rounded-8px px-2 py-3px bg-#fff dark:bg-#3B3B3B pointer-events-none">
154
- <span class="opacity-50">{countWhiteSpace()}</span>
+ <span class="opacity-50 TEMP">{countWhiteSpace()}</span>
155
</div>
156
</Show>
157
0 commit comments