Skip to content

Commit 752a0e8

Browse files
plowsofredsh4de
andauthored
Update src/components/ui/PreviewBanner.astro
Co-authored-by: redsh4de <25299353+redsh4de@users.noreply.github.com>
1 parent b385034 commit 752a0e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ui/PreviewBanner.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const coolifyPrNum = coolifyBranch.split("/")[1];
2929
display: inline-block;
3030
background: black;
3131
color: white;
32-
padding: 6px 12px;
33-
border-radius: 6px;
32+
padding: var(--space-2xs) var(--space-md);
33+
border-radius: var(--radius-md);
3434
}
3535
</style>

0 commit comments

Comments
 (0)