Commit c1c379e9 authored by Alex Buijs's avatar Alex Buijs

Support dark theme for overview

of the payment method component
parent 46d72293
......@@ -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