Revert "Set scale for export images (#416)" (#420)

This reverts commit 82f559f826.
This commit is contained in:
Timur Khazamov 2020-01-17 15:55:17 +03:00 committed by GitHub
parent 82f559f826
commit d603921234
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 60 additions and 86 deletions

View file

@ -5,7 +5,7 @@ import React from "react";
type StackProps = {
children: React.ReactNode;
gap?: number;
align?: "start" | "center" | "end" | "baseline";
align?: "start" | "center" | "end";
};
function RowStack({ children, gap, align }: StackProps) {