Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: TT-279 Remove bold style
  • Loading branch information
jase156 committed Jul 13, 2021
commit 8d988b448f5b2507f902bcbc8542343fc247c226
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
{{ timeEntries.end_date | date: 'HH:mm' }}
</p>
</div>
<div
*ngIf="
isVisibleForCurrentView(calendarView, CalendarViewEnum.Week) ||
isVisibleForCurrentView(calendarView, CalendarViewEnum.Day)
"
></div>
</div>
</ng-template>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
}

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

.container-time-entries {
Expand All @@ -26,7 +26,6 @@
}
p.project-name {
color: calculate-bold-text-color($primary-text);
font-weight: bold;
line-height: 1;
}
p.additional {
Expand Down