Initial version of MatchProperties and border ajustment
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import * as React from "react";
|
||||
import { useEffect, useState } from "react";
|
||||
import MatchSizes from "./MatchSizes";
|
||||
import MatchProperties from "./MatchProperties";
|
||||
import { makeStyles, Text, Subtitle1, tokens, Theme } from "@fluentui/react-components";
|
||||
|
||||
interface AppProps {
|
||||
@@ -60,6 +61,8 @@ const App: React.FC<AppProps> = () => {
|
||||
Shape Tools
|
||||
</Subtitle1>
|
||||
<MatchSizes />
|
||||
<div style={{ marginTop: "8px" }}></div>
|
||||
<MatchProperties />
|
||||
</div>
|
||||
|
||||
<div className={styles.footer}>
|
||||
|
||||
Reference in New Issue
Block a user