mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-27 17:48:17 -05:00
🎨 (fix) gocardless success button color (#1970)
This commit is contained in:
committed by
GitHub
parent
0d1b962b2f
commit
eab0068428
@@ -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}
|
||||
>
|
||||
|
||||
6
upcoming-release-notes/1970.md
Normal file
6
upcoming-release-notes/1970.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfix
|
||||
authors: [MatissJanis]
|
||||
---
|
||||
|
||||
Style: change GoCardless success button color
|
||||
Reference in New Issue
Block a user