diff --git a/app/components/elements/Popover.module.css b/app/components/elements/Popover.module.css index ae275abaa..9d93df7fb 100644 --- a/app/components/elements/Popover.module.css +++ b/app/components/elements/Popover.module.css @@ -6,6 +6,7 @@ font-size: var(--fonts-sm); font-weight: var(--semi-bold); white-space: pre-wrap; + background-color: var(--color-bg); } .dialog {