From 1d9f02fa9beef0a05bc656d689a290735241624d Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 28 Mar 2024 23:21:11 -0700 Subject: [PATCH] (ui) adjust size --- ui/litellm-dashboard/tailwind.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/litellm-dashboard/tailwind.config.js b/ui/litellm-dashboard/tailwind.config.js index 339a8c310..1e86a7aa5 100644 --- a/ui/litellm-dashboard/tailwind.config.js +++ b/ui/litellm-dashboard/tailwind.config.js @@ -90,10 +90,10 @@ module.exports = { "tremor-full": "9999px", }, fontSize: { - "tremor-label": ["0.75rem", { lineHeight: "0.4rem" }], - "tremor-default": ["0.875rem", { lineHeight: "1.25rem" }], - "tremor-title": ["1.125rem", { lineHeight: "1.75rem" }], - "tremor-metric": ["1.875rem", { lineHeight: "2.25rem" }], + "tremor-label": ["0.75rem", { lineHeight: "0.3rem" }], + "tremor-default": ["0.775rem", { lineHeight: "1.15rem" }], + "tremor-title": ["1.025rem", { lineHeight: "1.65rem" }], + "tremor-metric": ["1.675rem", { lineHeight: "2.15rem" }], }, }, },