Skip to content

Commit

Permalink
chore: fix nested collapsible background color
Browse files Browse the repository at this point in the history
  • Loading branch information
amanharwara committed Dec 15, 2023
1 parent 4d6caff commit 44d2624
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
margin-bottom: 8px;
}

.Collapsible__container .Collapsible__container {
background-color: rgba(255, 255, 255, 0.05);
}

.Collapsible__title {
cursor: pointer;
padding: 5px 5px 5px 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
*/

import './Collapsible.css'
import './Collapsible.scss'

import { useLexicalComposerContext } from '@lexical/react/LexicalComposerContext'
import { $findMatchingParent, mergeRegister, $insertNodeToNearestRoot } from '@lexical/utils'
Expand Down

0 comments on commit 44d2624

Please sign in to comment.