Skip to content

Commit

Permalink
fix: Dark mode and text area bug (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
estd20xx committed Oct 7, 2023
1 parent 0114c5f commit 2485bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Dashboard/FormPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const FormPreview: React.FC<FormPreviewProps> = (props) => {
<button
className={cn(
'offset_ring rounded-md p-1.5 transition-all',
isMobile && 'bg-gray-100 dark:bg-black'
isMobile && 'bg-gray-100 dark:bg-gray-500'
)}
onClick={() => setIsMobile(true)}
>
Expand Down

0 comments on commit 2485bdd

Please sign in to comment.