Skip to content

Commit 0daa06c

Browse files
committed
colors
1 parent 08731fc commit 0daa06c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libraries/libraries.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export const pacer: LibrarySlim = {
245245
'Framework agnostic debouncing, throttling, rate limiting, queuing, and batching utilities',
246246
description:
247247
"Optimize your application's performance with TanStack Pacer's core primitives: Debouncing, Throttling, Rate Limiting, Queuing, and Batching.",
248-
bgStyle: 'bg-lime-700',
248+
bgStyle: 'bg-lime-600',
249249
borderStyle: 'border-lime-700/50',
250250
textStyle: 'text-lime-500',
251251
textColor: 'text-lime-700',
@@ -272,7 +272,7 @@ export const db: LibrarySlim = {
272272
description:
273273
'TanStack DB gives you a reactive, client-first store for your API data with collections, live queries and optimistic mutations that keep your UI reactive, consistent and blazing fast 🔥',
274274
badge: 'beta',
275-
bgStyle: 'bg-orange-700',
275+
bgStyle: 'bg-orange-500',
276276
borderStyle: 'border-orange-700/50',
277277
textStyle: 'text-orange-500',
278278
textColor: 'text-orange-700',
@@ -299,7 +299,7 @@ export const ai: LibrarySlim = {
299299
description:
300300
'A powerful, open-source AI SDK with a unified interface across multiple providers. No vendor lock-in, no proprietary formats, just clean TypeScript and honest open source.',
301301
badge: 'alpha',
302-
bgStyle: 'bg-pink-700',
302+
bgStyle: 'bg-pink-500',
303303
borderStyle: 'border-pink-700/50',
304304
textStyle: 'text-pink-500',
305305
textColor: 'text-pink-700',

0 commit comments

Comments
 (0)