Skip to content

Commit

Permalink
fix: add background color to mention edit list
Browse files Browse the repository at this point in the history
  • Loading branch information
dmijatovic committed Jun 13, 2022
1 parent a9352a3 commit d1910d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/mention/MentionEditList.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// SPDX-FileCopyrightText: 2022 Dusan Mijatovic
// SPDX-FileCopyrightText: 2022 Dusan Mijatovic (dv4all)
// SPDX-FileCopyrightText: 2022 dv4all
//
Expand Down Expand Up @@ -28,7 +29,7 @@ export default function MentionEditList({title, type, items}: MentionSectionList
boxShadow: 0,
borderTop: '1px solid',
borderColor: 'divider',
// backgroundColor: 'primary.light',
backgroundColor: 'background.paper',
// remove line above the accordion
'&:before': {
height: '0px'
Expand Down

0 comments on commit d1910d0

Please sign in to comment.