mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-09 02:27:52 +02:00
Revert 400 and 420 (#422)
* revert #400 font file
* Revert "Revert "Set scale for export images (#416)" (#420)"
This reverts commit d603921234
.
This commit is contained in:
@@ -5,7 +5,7 @@ import React from "react";
|
||||
type StackProps = {
|
||||
children: React.ReactNode;
|
||||
gap?: number;
|
||||
align?: "start" | "center" | "end";
|
||||
align?: "start" | "center" | "end" | "baseline";
|
||||
};
|
||||
|
||||
function RowStack({ children, gap, align }: StackProps) {
|
||||
|
Reference in New Issue
Block a user