File tree Expand file tree Collapse file tree
packages/features/settings/outOfOffice Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments