mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
Add linear gradient to background
This commit is contained in:
parent
1ac9fd3e56
commit
e41d0e4e3e
@ -7,8 +7,15 @@ import { IconText } from "../../components/IconText/IconText";
|
||||
|
||||
const DeviceHealthCheck = () => {
|
||||
return (
|
||||
<XStack space backgroundColor="white">
|
||||
<YStack space>
|
||||
<XStack
|
||||
space
|
||||
style={{
|
||||
background: "rgb(245,242,254)",
|
||||
background:
|
||||
"linear-gradient(180deg, rgba(245,242,254,1) 0%, rgba(255,255,255,1) 100%)",
|
||||
}}
|
||||
>
|
||||
<YStack space={"$3"}>
|
||||
<Logo />
|
||||
<Titles
|
||||
title={"Device Health Check"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user