feat: dark mode

This commit is contained in:
Jannat Patel
2025-02-10 10:51:21 +05:30
parent 16b9356944
commit dbf443300b
143 changed files with 886 additions and 675 deletions

View File

@@ -1,8 +1,8 @@
<template>
<Tooltip :text="`${props.progress}%`">
<div class="w-full bg-gray-200 rounded-full h-1">
<div class="w-full bg-surface-gray-3 rounded-full h-1">
<div
class="bg-gray-900 rounded-full"
class="bg-surface-gray-7 rounded-full"
:class="progressBarHeight"
:style="{ width: progressBarWidth }"
></div>