Skip to content
Snippets Groups Projects
Unverified Commit eab00684 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:art: (fix) gocardless success button color (#1970)

parent 0d1b962b
No related branches found
No related tags found
No related merge requests found
......@@ -293,8 +293,6 @@ export default function GoCardlessExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBackgroundDark,
}}
onClick={onContinue}
>
......
......@@ -103,8 +103,6 @@ export default function PlaidExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBorder,
}}
onClick={onContinue}
>
......
---
category: Bugfix
authors: [MatissJanis]
---
Style: change GoCardless success button color
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment