Skip to content

Commit

Permalink
Merge pull request #3987 from serlo/240723/fix-label-colour
Browse files Browse the repository at this point in the history
fix(image-plugin-redesign): correct colours
  • Loading branch information
shn-srl committed Jul 23, 2024
2 parents 76e0534 + 46fc237 commit 025182d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@ export function ImageSelectionScreen(
<button
data-qa="plugin-image-pixabay-search-button"
onClick={() => setShowPixabayModal(true)}
className="almost-black mb-4 flex min-w-full flex-shrink-0 items-center justify-center rounded-lg bg-editor-primary-200 p-1 py-2 font-semibold text-gray-800 hover:bg-editor-primary-300"
className="mb-4 flex min-w-full flex-shrink-0 items-center justify-center rounded-lg bg-editor-primary-200 p-1 py-2 font-semibold text-almost-black text-gray-800 hover:bg-editor-primary-300"
>
<span className="mr-2 inline-block">
<FaIcon icon={faMagnifyingGlass} />
</span>
{imageStrings.searchOnline}
</button>
)}
<span className="mb-1 flex w-full justify-center font-medium">
<span className="mb-1 flex w-full justify-center font-medium text-almost-black">
{imageStrings.imageUrl}
</span>
<span className="serlo-tooltip-trigger">
Expand Down

0 comments on commit 025182d

Please sign in to comment.