Skip to content

Commit

Permalink
fix(organization): bg color logo preview
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott committed Jun 5, 2024
1 parent 1feb940 commit b246d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function UploadLogo({ organization }: { organization: TOrganization }) {
Velg hvilken logo som skal vises på alle tavlene til
organisasjonen.
</Paragraph>
<div className="relative flex items-center justify-center h-40 bg-primary border-2 rounded border-tertiary mb-4">
<div className="relative flex items-center justify-center h-40 bg-black border-2 rounded border-tertiary mb-4">
<Image
src={organization.logo ?? TavlaLogo}
alt=""
Expand Down

0 comments on commit b246d17

Please sign in to comment.