Skip to content

Commit

Permalink
[WebConsole] enlarge run query button
Browse files Browse the repository at this point in the history
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>
  • Loading branch information
Karakatiza666 committed Oct 14, 2024
1 parent c9265ec commit 8416c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-console/src/lib/components/adhoc/Query.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
{:else}
<button
{disabled}
class="fd fd-play_arrow w-10 p-2 text-[24px]"
class="fd fd-play_arrow -ml-1 -mt-1 mb-1 h-10 w-12 p-2 text-[32px]"
onclick={() => onSubmitQuery(query)}
aria-label="Run query"
></button>
Expand Down

0 comments on commit 8416c87

Please sign in to comment.