From 800a832a061f2d8888aea6d5f1c78974cba6aff8 Mon Sep 17 00:00:00 2001 From: Ozzie Gooen Date: Wed, 1 Jun 2022 20:13:19 -0700 Subject: [PATCH] Formatted, converted tab to component --- packages/components/src/components/Alert.tsx | 19 +++++++++++++++---- .../src/components/DistributionChart.tsx | 4 ++-- .../src/components/FunctionChart.tsx | 4 +++- .../src/components/SquiggleChart.tsx | 4 ++-- .../src/components/SquiggleEditor.tsx | 6 +++++- .../src/components/SquigglePlayground.tsx | 19 ++++++++++++------- packages/components/tailwind.config.js | 4 +--- 7 files changed, 40 insertions(+), 20 deletions(-) diff --git a/packages/components/src/components/Alert.tsx b/packages/components/src/components/Alert.tsx index d610e3a9..4e1dc646 100644 --- a/packages/components/src/components/Alert.tsx +++ b/packages/components/src/components/Alert.tsx @@ -1,5 +1,9 @@ import * as React from "react"; -import { XCircleIcon, InformationCircleIcon, CheckCircleIcon } from "@heroicons/react/solid"; +import { + XCircleIcon, + InformationCircleIcon, + CheckCircleIcon, +} from "@heroicons/react/solid"; export const Alert: React.FC<{ heading: string; @@ -53,7 +57,12 @@ export const MessageAlert: React.FC<{ backgroundColor="bg-slate-100" headingColor="text-slate-700" bodyColor="text-slate-700" - icon={