Skip to content

Commit

Permalink
chore: update color to only green
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 27, 2024
1 parent 954018b commit 541c929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devtools/src/runtime/plugins/view/Main.vue
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ onMounted(() => {
pointer-events: none;
z-index: -1;
border-radius: 9999px;
background-image: linear-gradient(45deg, #00dc82, #36e4da, #0047e1);
background-image: linear-gradient(45deg, #00dc82, #00dc82, #00dc82);
filter: blur(60px);
}
Expand Down

0 comments on commit 541c929

Please sign in to comment.