File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
apps/postgres-new/components Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ function DatabaseMenuItem({ database, isActive }: DatabaseMenuItemProps) {
273
273
< AnimatePresence initial = { false } >
274
274
{ ! isOnDeployWaitlist ? (
275
275
< button
276
- className = "px-4 py-3 bg-black text-white rounded-md"
276
+ className = "px-4 py-3 bg-foreground text-background rounded-md"
277
277
onClick = { async ( ) => {
278
278
await joinDeployWaitlist ( )
279
279
} }
@@ -399,7 +399,11 @@ function DatabaseMenuItem({ database, isActive }: DatabaseMenuItemProps) {
399
399
downloadFile ( file )
400
400
} }
401
401
>
402
- < Download size = { 16 } strokeWidth = { 2 } className = "flex-shrink-0" />
402
+ < Download
403
+ size = { 16 }
404
+ strokeWidth = { 2 }
405
+ className = "flex-shrink-0 text-muted-foreground"
406
+ />
403
407
404
408
< span > Download</ span >
405
409
</ DropdownMenuItem >
@@ -418,7 +422,7 @@ function DatabaseMenuItem({ database, isActive }: DatabaseMenuItemProps) {
418
422
strokeWidth = { 2 }
419
423
className = "flex-shrink-0 text-muted-foreground"
420
424
/>
421
- < span > Publish </ span >
425
+ < span > Deploy </ span >
422
426
</ DropdownMenuItem >
423
427
< DropdownMenuSeparator />
424
428
< DropdownMenuItem
You can’t perform that action at this time.
0 commit comments