Skip to content

Commit 97a9e53

Browse files
committed
Update HabitHeatmap.vue
1 parent 7253cc4 commit 97a9e53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/HabitHeatmap.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ defineProps<{ habit: Habit; habitDays: number }>();
3131
inset 0.5px 0.5px 1px 0px rgba(255, 255, 255, 0.1),
3232
inset -0.5px -0.5px 1px 0px rgba(0, 0, 0, 0.1),
3333
rgba(0, 0, 0, 0.2) 0px 3px 10px -5px;
34-
@apply flex select-none items-center justify-center rounded-full bg-black/70 px-2.5 py-0.5;
34+
@apply flex select-none items-center justify-center rounded-full bg-black/80 px-2.5 py-0.5;
3535
&.active {
36-
@apply text-green-400;
36+
@apply bg-green-950/80 text-green-400;
3737
}
3838
}
3939
</style>

0 commit comments

Comments
 (0)