Skip to content

Commit

Permalink
added <Row> to ChangeAddress.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
myxmaster committed Jan 1, 2025
1 parent 985a0eb commit 8d5dac6
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions views/Settings/LightningAddress/ChangeAddress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Header from '../../../components/Header';
import LoadingIndicator from '../../../components/LoadingIndicator';
import TextInput from '../../../components/TextInput';
import { ErrorMessage } from '../../../components/SuccessErrorMessage';
import { Row } from '../../../components/layout/Row';

import LightningAddressStore from '../../../stores/LightningAddressStore';

Expand Down Expand Up @@ -110,16 +111,20 @@ export default class ChangeAddress extends React.Component<
flexDirection: 'row'
}}
/>
<Text
style={{
...styles.text,
color: themeColor('text'),
fontSize: 20,
marginLeft: 5
}}
>
@zeuspay.com
</Text>
<Row>
<Text
style={{
...styles.text,
color: themeColor(
'text'
),
fontSize: 20,
marginLeft: 5
}}
>
@zeuspay.com
</Text>
</Row>
</View>
</View>
</View>
Expand Down

0 comments on commit 8d5dac6

Please sign in to comment.