Skip to content

Commit

Permalink
add class name
Browse files Browse the repository at this point in the history
  • Loading branch information
aquaductape committed Apr 12, 2024
1 parent 4733d08 commit b77b123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigPanel/Input.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const Input: Component<{
/>
<Show when={props.maskType && show()}>
<div class="absolute inset-0px rounded-8px px-2 py-3px bg-#fff dark:bg-#3B3B3B pointer-events-none">
<span class="opacity-50">{countWhiteSpace()}</span>
<span class="opacity-50 TEMP">{countWhiteSpace()}</span>
</div>
</Show>
</div>
Expand Down

0 comments on commit b77b123

Please sign in to comment.