We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87c20b commit 91ea71dCopy full SHA for 91ea71d
src/components/DashButton.astro
@@ -22,4 +22,16 @@ const { name } = route;
22
const { href } = new URL(route.deeplink, "https://dash.cloudflare.com");
23
---
24
25
-<LinkButton href={href} icon="external">Go to <strong>{name}</strong></LinkButton>
+<LinkButton href={href} icon="external"
26
+ >Go to <strong>{name}</strong></LinkButton
27
+>
28
+
29
+<style>
30
+ .sl-link-button {
31
+ padding: 0.1875rem 0.5rem;
32
33
+ svg {
34
+ --sl-icon-size: 1rem !important;
35
+ }
36
37
+</style>
0 commit comments