Skip to content

Commit

Permalink
fix(proxy): add small gap between update button and tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
kunish committed Sep 6, 2023
1 parent 93114b2 commit ff7dab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/Proxies.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ export default () => {

return (
<div class="flex flex-col gap-2">
<div class="flex items-center justify-between">
<div class="tabs tabs-boxed gap-2">
<div class="flex items-center justify-between gap-2">
<div class="tabs-boxed tabs gap-2">
<For each={tabs()}>
{(tab) => (
<button
Expand All @@ -116,7 +116,7 @@ export default () => {
</div>

<Button
class="btn btn-circle btn-sm mr-2"
class="btn btn-circle"
onClick={(e) => onUpdateAllProviderClick(e)}
>
<IconReload
Expand Down

0 comments on commit ff7dab7

Please sign in to comment.