Skip to content

Commit 646acf9

Browse files
committed
update the currency-toggle display button
1 parent 5328c9a commit 646acf9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/containers/Vault/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
border-radius: 50%;
111111
background: $black-20;
112112
color: $black-50;
113-
cursor: help;
113+
cursor: pointer;
114114
font-size: 16px;
115115

116116
&:hover {

src/containers/Vault/test/CurrencyToggle.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ describe('CurrencyToggle Component', () => {
484484
expect(mockShowTooltip).toHaveBeenCalledWith(
485485
'text',
486486
expect.any(Object),
487-
'Toggle to view values in Native-Currency or USD',
487+
'Toggle to view values in native-currency or USD',
488488
)
489489
})
490490

0 commit comments

Comments
 (0)