Skip to content

Commit a78d5e7

Browse files
committed
chore: adjust buttons
1 parent f48153d commit a78d5e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

apps/site/pages/en/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ layout: home
2727
<small className="!text-xs">for Node.js 18 and below</small>
2828
</Button>
2929

30-
<Button kind="neutral" className="!block dark:!hidden" href="https://www.herodevs.com/support/node-nes">
30+
<Button kind="secondary" className="!block dark:!hidden" href="https://www.herodevs.com/support/node-nes">
3131
<span>Get security support</span>
3232
<br />
3333
<small className="!text-xs">for Node.js 18 and below</small>

packages/ui-components/Common/BaseButton/index.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,16 @@
7373

7474
&.secondary {
7575
@apply rounded-lg
76+
border
77+
border-neutral-200
7678
text-neutral-800
77-
dark:border
7879
dark:border-neutral-900
7980
dark:text-neutral-200;
8081

8182
&:hover:not([aria-disabled='true']) {
8283
@apply bg-neutral-200
8384
text-neutral-800
84-
dark:bg-neutral-800
85+
dark:bg-neutral-900
8586
dark:text-neutral-200;
8687
}
8788

0 commit comments

Comments
 (0)