Skip to content

Commit 8d988b4

Browse files
committed
fix: TT-279 Remove bold style
1 parent 7ca1c90 commit 8d988b4

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

src/app/modules/time-entries/components/calendar/calendar.component.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
{{ timeEntries.end_date | date: 'HH:mm' }}
2323
</p>
2424
</div>
25-
<div
26-
*ngIf="
27-
isVisibleForCurrentView(calendarView, CalendarViewEnum.Week) ||
28-
isVisibleForCurrentView(calendarView, CalendarViewEnum.Day)
29-
"
30-
></div>
3125
</div>
3226
</ng-template>
3327

src/app/modules/time-entries/components/calendar/calendar.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
}
66

77
@function calculate-bold-text-color($text-color) {
8-
@return darken(adjust-hue($text-color, 1), 35);
8+
@return darken(saturate(adjust-hue($text-color, 6), 46.19), 40.98);
99
}
1010

1111
.container-time-entries {
@@ -26,7 +26,6 @@
2626
}
2727
p.project-name {
2828
color: calculate-bold-text-color($primary-text);
29-
font-weight: bold;
3029
line-height: 1;
3130
}
3231
p.additional {

0 commit comments

Comments
 (0)