Skip to content

Commit

Permalink
refactor: upd. CreateSeed constants
Browse files Browse the repository at this point in the history
  • Loading branch information
zheleznov163 committed Sep 14, 2022
1 parent e872a87 commit 1c414f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions screens/CreateSeed/CreateWalletScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
StepPinSet,
} from "./components/templates"
import { FaceID } from "./components/organisms"
import { WRAPPER } from "./constants"
import { HORIZONTAL_WRAPPER } from "utils/constants"

type Props = NativeStackScreenProps<RootStackParamList, "CreateWallet">

Expand Down Expand Up @@ -127,7 +127,7 @@ export default observer<Props>(({ navigation }) => {
const styles = StyleSheet.create({
container: {
backgroundColor: COLOR.Dark3,
paddingHorizontal: WRAPPER,
paddingHorizontal: HORIZONTAL_WRAPPER,
flexGrow: 1,
},
keyboardAvoiding: { flexGrow: 1 },
Expand Down
3 changes: 0 additions & 3 deletions screens/CreateSeed/constants.ts

This file was deleted.

0 comments on commit 1c414f7

Please sign in to comment.