Skip to content

Commit

Permalink
Merge pull request #259 from piyushgarg-dev/enhance/design-logo-b
Browse files Browse the repository at this point in the history
Enhanced Form Edit Logo background in dark mode
  • Loading branch information
piyushgarg-dev authored Oct 25, 2023
2 parents 9b1253a + 0a3d130 commit 2e5bd08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Dashboard/FormEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import {
Building,
Globe,
ImagePlus,
User,
Pencil,
User,
} from 'lucide-react'
import Image from 'next/image'
import { useCallback, useRef, useState } from 'react'
Expand Down Expand Up @@ -154,7 +154,7 @@ const FormEdit: React.FC<FormEditProps> = ({ form, onStepChange }) => {
</AccordionTrigger>
<AccordionContent>
<Dialog>
<DialogTrigger className="offset_ring group mb-4 rounded-lg border border-input bg-background p-2 hover:bg-accent hover:text-accent-foreground dark:bg-white">
<DialogTrigger className="offset_ring group mb-4 rounded-lg border border-input bg-background p-2 hover:bg-accent hover:text-accent-foreground dark:bg-gray-700/30 hover:dark:bg-gray-700/40">
<Image
src={logoUrl ? logoUrl : logo}
width={104}
Expand Down

0 comments on commit 2e5bd08

Please sign in to comment.