Refactor buttons

This commit is contained in:
Robert Long
2021-12-07 11:59:57 -08:00
parent db1fb064ca
commit 4cb144809f
19 changed files with 313 additions and 622 deletions

View File

@@ -23,7 +23,7 @@ import {
import { Header, HeaderLogo, LeftNav, RightNav } from "./Header";
import ColorHash from "color-hash";
import styles from "./Home.module.css";
import { FieldRow, InputField, Button, ErrorMessage } from "./Input";
import { FieldRow, InputField, ErrorMessage } from "./Input";
import { Center, Content, Modal } from "./Layout";
import {
GroupCallIntent,
@@ -31,6 +31,7 @@ import {
} from "matrix-js-sdk/src/browser-index";
import { Facepile } from "./Facepile";
import { UserMenu } from "./UserMenu";
import { Button } from "./button";
const colorHash = new ColorHash({ lightness: 0.3 });