diff --git a/client/src/views/CircleView.vue b/client/src/views/CircleView.vue index 0e1b002c..f97e0390 100644 --- a/client/src/views/CircleView.vue +++ b/client/src/views/CircleView.vue @@ -123,8 +123,8 @@ onMounted(async () => { to right, white 0%, white 50%, - #EDF2F6 50%, - #EDF2F6 100% + theme(colors.gray.200) 50%, + theme(colors.gray.200) 100% ); }