From 3e33ee4d612f25634c627aa3373d605b435f932b Mon Sep 17 00:00:00 2001 From: ramvignesh-b Date: Tue, 12 May 2026 09:30:26 +0530 Subject: [PATCH] style: update ui styles for expiry --- src/routes/dashboard.tsx | 29 ++++++++++++++++------------- src/views/dashboard.js | 8 ++++---- 2 files changed, 20 insertions(+), 17 deletions(-) diff --git a/src/routes/dashboard.tsx b/src/routes/dashboard.tsx index a9757bd..3e33427 100644 --- a/src/routes/dashboard.tsx +++ b/src/routes/dashboard.tsx @@ -36,6 +36,9 @@ export const Layout = (props: { title: string; children: Child; isUnlocked?: boo .font-mono { font-family: "DM Mono", monospace; } + .text-xxs { + font-size: 10px; + } `} @@ -81,7 +84,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => ( API Reference{" "} - + {API_VERSION}.{APP_VERSION} @@ -351,7 +354,7 @@ export const Dashboard = (props: { isUnlocked: boolean }) => (