File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/ui-components/Common/BaseButton Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments