From 8f3897bf02d2b224a42cce850d9f6510ee9a4660 Mon Sep 17 00:00:00 2001 From: ryanml Date: Wed, 15 Apr 2020 14:23:06 -0700 Subject: [PATCH] Fixes brave/brave-browser#9236 - Makes Deposit Address copy more visible --- components/brave_new_tab_ui/components/default/binance/style.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/brave_new_tab_ui/components/default/binance/style.ts b/components/brave_new_tab_ui/components/default/binance/style.ts index 89548e32ae43..7fde4ffd0df1 100644 --- a/components/brave_new_tab_ui/components/default/binance/style.ts +++ b/components/brave_new_tab_ui/components/default/binance/style.ts @@ -369,7 +369,7 @@ export const CopyButton = styled(GenButton)` ` export const DetailLabel = styled<{}, 'span'>('span')` - color: rgb(70, 70, 70); + color: #7d7d7d; font-weight: bold; display: block; font-size: 15px;