🎨 (fix) gocardless success button color (#1970)

This commit is contained in:
Matiss Janis Aboltins
2023-11-26 15:50:28 +00:00
committed by GitHub
parent 0d1b962b2f
commit eab0068428
3 changed files with 6 additions and 4 deletions

View File

@@ -293,8 +293,6 @@ export default function GoCardlessExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBackgroundDark,
}}
onClick={onContinue}
>

View File

@@ -103,8 +103,6 @@ export default function PlaidExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBorder,
}}
onClick={onContinue}
>

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---
Style: change GoCardless success button color