Skip to content

Commit 253cb8b

Browse files
committed
chore: updated share collection color theme
1 parent 0876ad0 commit 253cb8b

File tree

1 file changed

+3
-3
lines changed
  • packages/bruno-app/src/components/CollectionSettings/Overview/Info

1 file changed

+3
-3
lines changed

packages/bruno-app/src/components/CollectionSettings/Overview/Info/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ const Info = ({ collection }) => {
6262
</div>
6363

6464
<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} />
6767
</div>
6868
<div className="ml-4 h-full flex flex-col justify-start">
6969
<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">
7171
Share Collection
7272
</div>
7373
</div>

0 commit comments

Comments
 (0)