From cabaf2bb3e1a80c95619197cffa603c842de64f7 Mon Sep 17 00:00:00 2001 From: quangdz1704 Date: Fri, 12 Jul 2024 15:22:26 +0700 Subject: [PATCH 1/2] feat: udpate style --- package.json | 2 +- src/components/ProposalListItem.vue | 22 +- src/modules/[chain]/account/[address].vue | 8 +- src/modules/[chain]/ibc/index.vue | 2 +- src/modules/[chain]/index.vue | 15 +- src/modules/[chain]/staking/index.vue | 2 +- src/style.css | 4 +- src/style.output.css | 7145 +++++++++++++++++++++ yarn.lock | 35 +- 9 files changed, 7205 insertions(+), 30 deletions(-) create mode 100644 src/style.output.css diff --git a/package.json b/package.json index 6227942a..f7ce5daf 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "qrcode": "^1.5.3", "secretjs": "^1.12.4", "shiki": "^1.2.1", - "tailwindcss": "^3.3.1", + "tailwindcss": "^3.3.2", "theme-change": "^2.5.0", "vite-plugin-vue-layouts": "^0.7.0", "vue": "^3.2.45", diff --git a/src/components/ProposalListItem.vue b/src/components/ProposalListItem.vue index 164c019c..9d378b6f 100644 --- a/src/components/ProposalListItem.vue +++ b/src/components/ProposalListItem.vue @@ -57,14 +57,10 @@ function metaItem(metadata: string | undefined): { -