fix: match Position History background to Active Positions (#9)
CollapseHistory was missing the dark background override that CollapseActive has, causing white background on the dark theme.
This commit is contained in:
parent
62ba6f24fd
commit
c6e8f06a7f
1 changed files with 1 additions and 0 deletions
|
|
@ -83,6 +83,7 @@ const relativeClosedAt = computed(() => {
|
|||
@use 'collapse'
|
||||
.f-collapse
|
||||
&.f-collapse-history
|
||||
background-color: #07111B
|
||||
.collapse-header, .collapsableDiv
|
||||
margin-right: 32px
|
||||
.collapse-header
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue