Skip to content

Commit 5a95c84

Browse files
committed
🩹(frontend) define SASS color variable
$table-head-color used in saas fil wasn't set-up. With renovate updates service, the frontend couldn't be build anymore. We fix this issue by giving a color to this variable.
1 parent 760e8ee commit 5a95c84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/frontend/scss/_variables.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ $red: #fe3925;
99
// Relative path the the fontawesome webfonts (from the compiled CSS file)
1010
$fa-font-path: '../font';
1111

12-
$unread-color: lighten($red, 20%);
1312
$read-color: lighten($blue, 15%);
13+
$table-head-color:#495057;
14+
$unread-color: lighten($red, 20%);
15+

0 commit comments

Comments
 (0)