Skip to content

Commit 9dac227

Browse files
committed
fix: update gap utils usage
1 parent 8ac805e commit 9dac227

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

apps/desktop/src/components/StackContentPlaceholder.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,21 +45,21 @@
4545
target="_blank"
4646
underline={false}
4747
externalIcon={false}
48-
class="text-13 text-semibold text-clr2"><Icon name="doc" /> GitButler Docs</Link
48+
class="text-13 text-semibold text-clr2 gap-2"><Icon name="doc" /> GitButler Docs</Link
4949
>
5050
<Link
5151
href="https://github.com/gitbutlerapp/gitbutler"
5252
target="_blank"
5353
underline={false}
5454
externalIcon={false}
55-
class="text-13 text-semibold text-clr2"><Icon name="github" /> Source Code</Link
55+
class="text-13 text-semibold text-clr2 gap-2"><Icon name="github" /> Source Code</Link
5656
>
5757
<Link
5858
href="https://discord.com/invite/MmFkmaJ42D"
5959
target="_blank"
6060
underline={false}
6161
externalIcon={false}
62-
class="text-13 text-semibold text-clr2 gap-4"><Icon name="discord" /> Join Community</Link
62+
class="text-13 text-semibold text-clr2 gap-2"><Icon name="discord" /> Join Community</Link
6363
>
6464
</div>
6565
</div>

packages/ui/src/styles/utility/helpers.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,25 @@ pre {
8787
}
8888

8989
.gap-1 {
90-
gap: 4px;
90+
gap: 4px !important;
9191
}
9292

9393
.gap-2 {
94-
gap: 8px;
94+
gap: 8px !important;
9595
}
9696

9797
.gap-3 {
98-
gap: 12px;
98+
gap: 12px !important;
9999
}
100100

101101
.gap-4 {
102-
gap: 16px;
102+
gap: 16px !important;
103103
}
104104

105105
.gap-5 {
106-
gap: 20px;
106+
gap: 20px !important;
107107
}
108108

109109
.gap-6 {
110-
gap: 24px;
110+
gap: 24px !important;
111111
}

0 commit comments

Comments
 (0)