File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
apps/web/app/(org)/dashboard/settings/organization/components
packages/ui/src/components Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,14 +94,14 @@ export function CustomDomain() {
9494 Custom Domain
9595 </ h1 >
9696 < p className = "w-full text-sm text-gray-10" >
97- Set up a custom domain for your organization's shared caps.
97+ Setup a custom domain for your organization's shared caps.
9898 </ p >
9999 </ div >
100100 </ div >
101101 < div className = "flex flex-1 gap-2 justify-between items-center w-full" >
102102 < div className = "flex gap-2 justify-between items-center px-3 flex-1 h-[44px] rounded-xl border bg-gray-2 border-gray-3" >
103- < p className = "text-[13px] text-gray-10 " >
104- { orgCustomDomain || "No custom domain" }
103+ < p className = "text-[13px] text-gray-8 " >
104+ { orgCustomDomain || "No custom domain has been setup " }
105105 </ p >
106106 < div className = "flex items-center" >
107107 { orgCustomDomain && isVerified ? (
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const buttonVariants = cva(
2323 white :
2424 "bg-gray-1 border border-gray-6 text-gray-12 hover:bg-gray-3 disabled:bg-gray-8" ,
2525 ghost : "hover:bg-white/20 hover:text-white" ,
26- gray : "bg-gray-5 hover:bg-gray-7 border border-gray-6 gray-button-shadow text-gray-12 disabled:bg-gray-8 disabled:text-gray-9 " ,
26+ gray : "bg-gray-5 hover:bg-gray-7 border border-gray-6 gray-button-shadow text-gray-12 disabled:border-gray-7 disabled: bg-gray-8 disabled:text-gray-11 " ,
2727 dark : "bg-gray-12 dark-button-shadow hover:bg-gray-11 border border-gray-12 text-gray-1 disabled:cursor-not-allowed disabled:text-gray-10 disabled:bg-gray-7 disabled:border-gray-8" ,
2828 darkgradient :
2929 "bg-gradient-to-t button-gradient-border from-[#0f0f0f] to-[#404040] shadow-[0_0_0_1px] hover:brightness-110 shadow-[#383838] text-gray-50 hover:bg-[#383838] disabled:bg-[#383838] border-transparent" ,
You can’t perform that action at this time.
0 commit comments