Skip to content

Commit

Permalink
correct color
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjas committed May 10, 2023
1 parent be2f188 commit ec5157e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/dialogliste/DialogPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function DialogPreview(props: Props) {
return (
<LinkPanel
className={classNames('my-1 border !gap-0 p-2 max-w-full', styles.dialogPreview, {
'bg-[#cce1ff]': detteErValgtDialog
'bg-[#e6f0ff]': detteErValgtDialog
})}
href={dialogRoute(id)}
onClick={onGoTo}
Expand Down

0 comments on commit ec5157e

Please sign in to comment.