Skip to content

Commit 626ae0e

Browse files
authored
Merge pull request #4556 from gitbutlerapp/Style-updates
Style updates
2 parents ad92566 + 3a93599 commit 626ae0e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

apps/desktop/src/lib/components/Board.svelte

+3-2
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
.empty-board__suggestions__links {
359359
display: flex;
360360
flex-direction: column;
361-
gap: 3px;
361+
gap: 2px;
362362
margin-left: -4px;
363363
}
364364
@@ -368,7 +368,7 @@
368368
align-items: center;
369369
width: fit-content;
370370
max-width: 100%;
371-
padding: 4px 6px 4px 4px;
371+
padding: 6px;
372372
border-radius: var(--radius-s);
373373
gap: 10px;
374374
transition: background-color var(--transition-fast);
@@ -387,6 +387,7 @@
387387
}
388388
389389
.empty-board__suggestions__link__icon {
390+
display: flex;
390391
color: var(--clr-scale-ntrl-50);
391392
}
392393
</style>

packages/ui/src/styles/core/reset.css

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
h5,
4545
h6 {
4646
font-size: inherit;
47+
font-weight: inherit;
4748
}
4849

4950
a {

0 commit comments

Comments
 (0)