mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-04 15:43:35 +00:00
format
This commit is contained in:
parent
b9ab061ed9
commit
e1c4acf1ac
@ -9,11 +9,7 @@ type OverviewWrapperProps = {
|
||||
imgHeight?: string
|
||||
}
|
||||
|
||||
const OverviewWrapper = ({
|
||||
rightImageSrc,
|
||||
children,
|
||||
imgHeight,
|
||||
}: OverviewWrapperProps) => {
|
||||
const OverviewWrapper = ({ rightImageSrc, children, imgHeight }: OverviewWrapperProps) => {
|
||||
const theme = useTheme()
|
||||
|
||||
return (
|
||||
|
@ -17,7 +17,7 @@ import ContinueButton from './ContinueButton'
|
||||
import ActivationValidatorSetup from './ValidatorSetup/ValidatorActivation/ActivationValidatorSetup'
|
||||
import Deposit from './Deposit/Deposit'
|
||||
import { useWindowSize } from '../../hooks/useWindowSize'
|
||||
import styles from './layoutGradient.module.css'
|
||||
import styles from './layoutGradient.module.css'
|
||||
|
||||
const ValidatorOnboarding = () => {
|
||||
const { activeStep, subStepValidatorSetup } = useSelector(
|
||||
|
@ -8,7 +8,7 @@ type OSCardProps = {
|
||||
}
|
||||
const OSCard = ({ name, icon }: OSCardProps) => {
|
||||
return (
|
||||
<Stack >
|
||||
<Stack>
|
||||
<Text size={19} weight={'semibold'}>
|
||||
{name}
|
||||
</Text>
|
||||
|
@ -18,7 +18,7 @@ const ValidatorSetupInstall = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<YStack style={{ padding: '26px 32px', width:'fit-content'}} >
|
||||
<YStack style={{ padding: '26px 32px', width: 'fit-content' }}>
|
||||
<Text size={27} weight={'semibold'}>
|
||||
Validator Setup
|
||||
</Text>
|
||||
|
Loading…
x
Reference in New Issue
Block a user