Skip to content

Commit 8096a30

Browse files
committed
Replace DAppNode asset and DAppNode background color [Fixes #9255]
1 parent d57e2f6 commit 8096a30

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

src/assets/run-a-node/dappnode.svg

Lines changed: 12 additions & 20 deletions
Loading

src/pages/run-a-node.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,13 +291,13 @@ const ButtonContainer = styled.div`
291291
`
292292

293293
const DappNodeButtonLink = styled(ResponsiveButtonLink)`
294-
background-color: #187d76;
294+
background-color: #007dfc;
295295
span {
296296
color: ${({ theme }) => theme.colors.white};
297297
}
298298
&:hover {
299-
background-color: #0f5f5f;
300-
box-shadow: 4px 4px 0 0 rgba(#187d76, 0.47);
299+
background-color: #0077be;
300+
box-shadow: 4px 4px 0 0 rgba(#007dfc, 0.47);
301301
}
302302
`
303303

0 commit comments

Comments
 (0)