Commit fd8c24f8 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'dark-theme-fix-new-purchase-flow' into 'master'

Support dark theme for overview

See merge request gitlab-org/gitlab!40988
parents c13e8bec c1c379e9
......@@ -81,9 +81,10 @@ $subscriptions-full-width-lg: 541px;
}
&.payment-method {
// Use literal to avoid dark theme from changing the color
// Use literals here to avoid dark theme from changing the color
// scss-lint:disable ColorVariable
background-color: #fff;
color: #303030;
// scss-lint:enable ColorVariable
}
}
......
---
title: Support dark theme for overview of payment method component for the new purchase flow
merge_request: 40988
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment