Skip to content

Commit

Permalink
fix(organization): bg color logo preview (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
purusott authored Jun 6, 2024
1 parent 8e1a788 commit a0b4bec
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 a0b4bec

Please sign in to comment.