Skip to content

Commit 8315641

Browse files
authored
fix: the icon in ooo empty view in light mode (calcom#22208)
1 parent aa3086c commit 8315641

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/features/settings/outOfOffice/OutOfOfficeEntriesList.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,11 @@ function OutOfOfficeEntriesListContent() {
382382
<div className="w-12" />
383383
</div>
384384
<div className="dark:bg-darkgray-50 text-inverted relative z-0 flex h-[70px] w-[70px] items-center justify-center rounded-3xl border-2 border-[#e5e7eb] bg-white">
385-
<Icon name="clock" size={28} />
385+
<Icon name="clock" size={28} className="text-black" />
386386
<div className="dark:bg-darkgray-50 absolute right-4 top-5 h-[12px] w-[12px] rotate-[56deg] bg-white text-lg font-bold" />
387-
<span className="absolute right-4 top-3 font-sans text-sm font-extrabold">z</span>
387+
<span className="absolute right-4 top-3 font-sans text-sm font-extrabold text-black">
388+
z
389+
</span>
388390
</div>
389391
</div>
390392
</div>

0 commit comments

Comments
 (0)