Skip to content

Commit

Permalink
Applying changes of 8c191f4 back to the design.sketch file
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jan 27, 2020
1 parent 4deb66b commit 11c04ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified design/design.sketch
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles/component/elementVaultEmpty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class ElementVaultEmptyClass extends Component {
})
constructor () {
super('elementVaultEmpty', 375.0000000000001, 970, Color.lightGrey)
this.description = new Text('In this MVP version of Consento,\nyou can upload pictures \nor create text file. \nNo maximum file size. Your device will tell when it is full.\n\nNote: This is a MVP version. Data will ONLY be stored here. When the app updates or resets, data willl be lost.', {
this.description = new Text('In this MVP version of Consento,\nyou can upload pictures \nor create text file. \n\nNo maximum file size. Your device will tell when it is full. \n\nNote: This is a MVP version. Data will ONLY be stored here. When the app updates or resets, data willl be lost.', {
...TextStyles.BodyRobotoRegular18BlueCenter,
color: Color.black
}, { x: 52, y: 410, w: 270, h: 330 }, this)
Expand Down

0 comments on commit 11c04ab

Please sign in to comment.