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:
johba 2026-04-05 18:11:11 +00:00
parent 62ba6f24fd
commit c6e8f06a7f

View file

@ -83,6 +83,7 @@ const relativeClosedAt = computed(() => {
@use 'collapse' @use 'collapse'
.f-collapse .f-collapse
&.f-collapse-history &.f-collapse-history
background-color: #07111B
.collapse-header, .collapsableDiv .collapse-header, .collapsableDiv
margin-right: 32px margin-right: 32px
.collapse-header .collapse-header