From b5144216970463ae202b058082eeebae35911762 Mon Sep 17 00:00:00 2001 From: Sam <51686767+samuveth@users.noreply.github.com> Date: Tue, 6 Feb 2024 18:21:35 +0700 Subject: [PATCH] chore: Add color variables from Figma and refactor (https://github.com/snapshot-labs/sx-ui/pull/865) * ref: Add color variables from figma and refactor * Fix * Fix * ref: Change name to success --- .../components/Block/CreationConfirmation.vue | 4 +- .../components/Block/ExecutionEditable.vue | 4 +- apps/ui/src/components/ExecutionButton.vue | 2 +- apps/ui/src/components/Markdown.vue | 12 +- apps/ui/src/components/Modal/Account.vue | 4 +- apps/ui/src/components/Proposal.vue | 4 +- apps/ui/src/components/ProposalStatus.vue | 4 +- apps/ui/src/components/ProposalStatusIcon.vue | 4 +- apps/ui/src/components/S/IDuration.vue | 2 +- apps/ui/src/components/Ui/Button.vue | 2 +- apps/ui/src/components/Ui/Loading.vue | 4 +- apps/ui/src/components/Ui/Modal.vue | 4 +- apps/ui/src/style.scss | 104 ++++++++++++------ apps/ui/src/views/Create.vue | 4 +- apps/ui/src/views/Proposal.vue | 4 +- apps/ui/src/views/Proposal/Votes.vue | 10 +- apps/ui/src/views/Space/Treasury.vue | 6 +- apps/ui/tailwind.config.js | 62 ++++++----- 18 files changed, 143 insertions(+), 97 deletions(-) diff --git a/apps/ui/src/components/Block/CreationConfirmation.vue b/apps/ui/src/components/Block/CreationConfirmation.vue index c632fa153..4edd65061 100644 --- a/apps/ui/src/components/Block/CreationConfirmation.vue +++ b/apps/ui/src/components/Block/CreationConfirmation.vue @@ -140,11 +140,11 @@ onMounted(() => deploy());