Skip to content

Commit 6395a6c

Browse files
committed
chore(dashboard): orange border around publish app version
1 parent a5c5e2a commit 6395a6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/apps/app-dashboard/src/components/developer-dashboard/app/wrappers/ui/PublishAppVersionButton.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { Upload, CheckCircle, XCircle } from 'lucide-react';
22
import { ActionButton } from '@/components/developer-dashboard/ui/ActionButton';
3+
import { theme } from '@/components/user-dashboard/connect/ui/theme';
34

45
interface PublishAppVersionButtonProps {
56
isSubmitting?: boolean;
@@ -54,6 +55,7 @@ export function PublishAppVersionButton({
5455
disabled={!!hasSuccess}
5556
isLoading={isSubmitting}
5657
variant={getVariant()}
58+
borderColor={!hasSuccess && !hasError ? theme.brandOrange : undefined}
5759
className="w-full"
5860
/>
5961
);

0 commit comments

Comments
 (0)