mirror of
https://github.com/selfxyz/self.git
synced 2026-01-10 07:08:10 -05:00
save wip
This commit is contained in:
@@ -33,6 +33,7 @@ interface RightActionProps extends ViewProps {
|
||||
interface NavBarTitleProps extends TextProps {
|
||||
children?: React.ReactNode;
|
||||
size?: 'large' | undefined;
|
||||
color?: string;
|
||||
}
|
||||
|
||||
export const LeftAction: React.FC<LeftActionProps> = ({
|
||||
|
||||
@@ -122,7 +122,8 @@ export const WalletAddressModal: React.FC<WalletAddressModalProps> = ({
|
||||
fontFamily={plexMono}
|
||||
fontSize={14}
|
||||
color={proofRequestColors.slate900}
|
||||
style={{ wordBreak: 'break-all' }}
|
||||
numberOfLines={undefined}
|
||||
ellipsizeMode="middle"
|
||||
testID={`${testID}-full-address`}
|
||||
>
|
||||
{address}
|
||||
@@ -185,7 +186,7 @@ export const WalletAddressModal: React.FC<WalletAddressModalProps> = ({
|
||||
<Text
|
||||
fontFamily={dinot}
|
||||
fontSize={16}
|
||||
color={proofRequestColors.slate600}
|
||||
color={proofRequestColors.slate500}
|
||||
fontWeight="600"
|
||||
>
|
||||
Close
|
||||
|
||||
@@ -362,15 +362,6 @@ const DocumentSelectorForProvingScreen: React.FC = () => {
|
||||
testID="document-selector-loading-container"
|
||||
>
|
||||
<ActivityIndicator color={blue600} size="large" />
|
||||
<Text
|
||||
fontFamily={dinot}
|
||||
fontSize={16}
|
||||
color={proofRequestColors.slate500}
|
||||
marginTop={16}
|
||||
testID="document-selector-loading"
|
||||
>
|
||||
Loading documents...
|
||||
</Text>
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user