Skip to content

Commit b8ea2fe

Browse files
committed
fix: gray buttons
1 parent 228ded3 commit b8ea2fe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/routes/_libraries/db.$version.index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default function DBVersionIndex() {
6767
to={'./docs'}
6868
className={`py-2 px-4 bg-orange-500 rounded text-white uppercase font-extrabold`}
6969
>
70-
Get Started »
70+
Get Started
7171
</Link>
7272
</div>
7373
<LibraryFeatureHighlights
@@ -192,7 +192,7 @@ export default function DBVersionIndex() {
192192
from={'/$libraryId/$version'}
193193
params={{ libraryId: library.id }}
194194
to={'./docs'}
195-
className={`inline-block py-2 px-4 bg-stone-700 rounded text-white uppercase font-extrabold`}
195+
className={`py-2 px-4 bg-orange-500 rounded text-white uppercase font-extrabold`}
196196
>
197197
Get Started!
198198
</Link>

src/routes/_libraries/pacer.$version.index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ export default function PacerVersionIndex() {
216216
from={'/$libraryId/$version'}
217217
params={{ libraryId: library.id }}
218218
to={'./docs'}
219-
className={`inline-block py-2 px-4 bg-stone-700 rounded text-white uppercase font-extrabold`}
219+
className={`py-2 px-4 bg-lime-600 hover:bg-lime-700 text-white rounded uppercase font-extrabold transition-colors`}
220220
>
221221
Get Started!
222222
</Link>

0 commit comments

Comments
 (0)