Skip to content

Commit

Permalink
Merge pull request #2517 from threefoldtech/development_dao_color
Browse files Browse the repository at this point in the history
fix color DAO vote
  • Loading branch information
AhmedHanafy725 authored Mar 31, 2024
2 parents d3fb815 + 5d00697 commit d2d2622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions packages/playground/src/dashboard/dao_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,7 @@
v-else
rounded
v-model="proposal.nayesProgress"
color="anchor"
backgroundColor="#e0e0e0"
color="disable"
height="24"
:style="{
width: '100%',
Expand Down
2 changes: 2 additions & 0 deletions packages/playground/src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const vuetify = createVuetify({
warning: "#FFCC00",
link: "#5695ff",
anchor: "#d4d4d4",
disable: "#d4d4d4",
},
variables: {
"footer-color-link": "#fff",
Expand All @@ -50,6 +51,7 @@ const vuetify = createVuetify({
info: "#1AA18F",
secondary: "#14A1B8",
anchor: "#000000",
disable: "#d4d4d4",
},
variables: {
"footer-color-link": "#333",
Expand Down

0 comments on commit d2d2622

Please sign in to comment.