From e52b185cca5132cb89e33f0213be9e159a700beb Mon Sep 17 00:00:00 2001 From: Ali Shouman Date: Thu, 6 Feb 2025 23:47:05 +0200 Subject: [PATCH] update width values --- public/react/SettingsSidebar/SettingsSidebar.tsx | 2 +- tailwind.config.js | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/public/react/SettingsSidebar/SettingsSidebar.tsx b/public/react/SettingsSidebar/SettingsSidebar.tsx index c2597c28..3bfc688e 100644 --- a/public/react/SettingsSidebar/SettingsSidebar.tsx +++ b/public/react/SettingsSidebar/SettingsSidebar.tsx @@ -26,7 +26,7 @@ const SETTINGS_WIDTH: Record = { SOURCES: "w-96", THEME: "w-80", TIMING: "w-80", - TEAMS: "w-[600px]", + TEAMS: "w-150", }; const SettingsSidebar: FC = ({ showSidebarBranding, diff --git a/tailwind.config.js b/tailwind.config.js index 15908f05..475df512 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -11,10 +11,10 @@ module.exports = { }, extend: { blur: { - xs: '2px', + xs: "2px", }, fontSize: { - 'xxs': ["0.5rem", "0.75rem"] + xxs: ["0.5rem", "0.75rem"], }, colors: { blue: { @@ -52,14 +52,12 @@ module.exports = { 80: "#091E4224", // was "#97A0AF" ... now is 14% alpha of Nuetral300 50: "#C1C7D0", 40: "#DFE1E6", // secondary buttton color - 41: '#DCDFE4', // accent.gray.subtler + 41: "#DCDFE4", // accent.gray.subtler 30: "#EBECF0", 20: "#091E4208", // stripe color 10: "#FAFBFC", // 301: "#091E4224", 201: "#091E420F", // NEW nuetral 6% opacity - - }, orange: { 400: "#F5532D", // Bitovi color @@ -75,6 +73,7 @@ module.exports = { }, width: { 128: "28rem", + 150: "37.5rem", }, }, },