Style with Laconic colors and branding #15
No reviewers
Labels
No Label
Copied from Github
Kind/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: cerc-io/laconic-wallet-web#15
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "style/laconic-colors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
implements more MUI components, and updates colors/styles to match designs
7f44fc1cf0
toec3617ad42
see all the comments
@ -21,2 +32,3 @@
Make sure to note it down.
</Typography>
<Typography variant="h6" component="div" style={{ ...styles.dialogWarning }}>
<Typography component="div" style={{ ...styles.mnomonicDialogWarning }}>
typo?
@ -381,3 +305,3 @@
<Controller
control={control}
name="gasPrice"
name="coinType"
hmm
should probably remain the same
this is just the way the diff shows it due to lines being added above. I didn't change these fields, I just wrapped them with
Grid
components. if you look at the diff with whitepsace changes hidden it should be a little clearer@ -178,4 +174,0 @@
isWalletCreating={isWalletCreating}
createWalletHandler={createWalletHandler}
/>
{ IS_IMPORT_WALLET_ENABLED && <View style={styles.createWalletContainer}>
where did this env go?
@ -45,3 +45,3 @@
// eslint-disable-next-line react/no-unstable-nested-components
headerRight: () => (
<Button onPress={() => navigation.navigate('WalletConnect')}>
<Button onClick={() => navigation.navigate("WalletConnect")}>
could this somehow hide it?