From dae7f8d822eda6e950cb5dfb32f062e771336e9f Mon Sep 17 00:00:00 2001 From: Daniel Avila Date: Sun, 5 Mar 2023 13:31:12 -0500 Subject: [PATCH] match more official stylings --- src/App.jsx | 4 +--- src/components/Messages/Message.jsx | 2 +- src/components/Messages/index.jsx | 6 +++--- src/components/Models/ModelDialog.jsx | 20 ++++++++++---------- src/components/Models/ModelItem.jsx | 4 ++-- src/components/Models/ModelMenu.jsx | 4 ++-- tailwind.config.js | 19 ++++++++++++++++++- 7 files changed, 37 insertions(+), 22 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 0a78ef1ea1..f0d9dd62c6 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -12,13 +12,11 @@ const App = () => { const { title } = useSelector((state) => state.convo); useDocumentTitle(title); -// bg-color: #343541 instead of bg-gray-800 - return (