Skip to content

Commit

Permalink
🎨 (fix) gocardless success button color (actualbudget#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Nov 26, 2023
1 parent f210c0b commit 301fa34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ export default function GoCardlessExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBackgroundDark,
}}
onClick={onContinue}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ export default function PlaidExternalMsg({
fontSize: 15,
fontWeight: 600,
marginTop: 10,
backgroundColor: theme.noticeBackgroundDark,
borderColor: theme.noticeBorder,
}}
onClick={onContinue}
>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/1970.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Style: change GoCardless success button color

0 comments on commit 301fa34

Please sign in to comment.