From 2f309056adfb7c378991f64ec3fdceda7301bc41 Mon Sep 17 00:00:00 2001 From: shreeyash07 Date: Thu, 24 Oct 2024 16:00:01 +0545 Subject: [PATCH] Add designs tokens --- env.ts | 2 +- index.html | 22 +++- src/configs/apollo.ts | 2 +- src/index.css | 182 +++++++++++++++++++++++-------- src/views/Home/styles.module.css | 2 +- src/views/Root/styles.module.css | 4 +- 6 files changed, 163 insertions(+), 51 deletions(-) diff --git a/env.ts b/env.ts index d925fa5a..fd5aa34f 100644 --- a/env.ts +++ b/env.ts @@ -5,5 +5,5 @@ import { export default defineConfig({ APP_TITLE: Schema.string.optional(), - GRAPHQL_ENDPOINT: Schema.string.optional(), + APP_GRAPHQL_ENDPOINT: Schema.string.optional(), }); diff --git a/index.html b/index.html index e0322f2c..5d8267dd 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,27 @@ %APP_TITLE% - + + +