File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/bruno-app/src/components/CollectionSettings/Overview/Info Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,12 +62,12 @@ const Info = ({ collection }) => {
62
62
</ div >
63
63
64
64
< div className = "flex items-start group cursor-pointer" onClick = { handleToggleShowShareCollectionModal ( true ) } >
65
- < div className = "flex-shrink-0 p-3 bg-green -50 dark:bg-green -900/20 rounded-lg" >
66
- < IconShare className = "w-5 h-5 text-blue -500" stroke = { 1.5 } />
65
+ < div className = "flex-shrink-0 p-3 bg-indigo -50 dark:bg-indigo -900/20 rounded-lg" >
66
+ < IconShare className = "w-5 h-5 text-indigo -500" stroke = { 1.5 } />
67
67
</ div >
68
68
< div className = "ml-4 h-full flex flex-col justify-start" >
69
69
< div className = "font-semibold text-sm h-fit my-auto" > Share</ div >
70
- < div className = "mt-1 text-sm group-hover:underline dark: text-blue-400 text-blue-600 " >
70
+ < div className = "mt-1 text-sm group-hover:underline text-link " >
71
71
Share Collection
72
72
</ div >
73
73
</ div >
You can’t perform that action at this time.
0 commit comments