Skip to content

Commit

Permalink
Fixed logo size in navigation.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinheidegger committed Jan 23, 2020
1 parent a805882 commit 0b83c8b
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/elementTopNavEmpty.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class ElementTopNavEmptyClass extends Component {
constructor () {
super('elementTopNavEmpty', 360, 60, Color.grey)
this.title = new Text('Vaults', TextStyles.H5RobotoRegular24BlackCenter, { x: 55, y: 12, w: 250, h: 36 }, this)
this.logo = new ImagePlacement(Asset.iconLogo, { x: 7, y: 6, w: 48, h: 48 }, this)
this.logo = new ImagePlacement(Asset.iconLogo, { x: 9, y: 10, w: 40, h: 40 }, this)
this.borderTop = new Polygon({ x: 0, y: 58.25, w: 360, h: 2 }, null, {
fill: '#d9d9d9ff',
thickness: 1,
Expand Down

0 comments on commit 0b83c8b

Please sign in to comment.