File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
site/src/pages/WorkspacesPage Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
74
74
to = { `${ getLink (
75
75
linkToTemplate ( t . organization_name , t . name ) ,
76
76
) } /workspace`}
77
- className = "w-[320px] p-4 rounded-md border-solid border-surface-grey text-left flex gap-4 no-underline text-inherit hover:bg-surface-grey"
77
+ className = "w-[320px] p-4 rounded-md border border -solid border-surface-quaternary text-left flex gap-4 no-underline text-inherit hover:bg-surface-grey"
78
78
>
79
79
< div className = "flex-shrink-0 pt-1" >
80
80
< Avatar variant = "icon" src = { t . icon } fallback = { t . name } />
@@ -90,7 +90,7 @@ export const WorkspacesEmpty: FC<WorkspacesEmptyProps> = ({
90
90
// descriptions, when those URLS have no hyphens or other
91
91
// easy semantic breakpoints. Need to set this to ensure
92
92
// those URLs don't break outside their containing boxes
93
- className = "text-sm text-gray-600 leading-[1.4] m-0 pt-1 break-words"
93
+ className = "text-sm text-gray-400 leading-[1.4] m-0 pt-1 break-words"
94
94
>
95
95
{ t . description }
96
96
</ p >
You can’t perform that action at this time.
0 commit comments