diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0cb94fc66..1dbc270b9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
### Changed
+- (Trabajadores -> Calendario) Icono de check arreglado cuando pulsas un tipo de dia
### Fixed
diff --git a/modules/worker/front/calendar/index.html b/modules/worker/front/calendar/index.html
index 08f63ddf9..d64c22408 100644
--- a/modules/worker/front/calendar/index.html
+++ b/modules/worker/front/calendar/index.html
@@ -84,7 +84,8 @@
-
+
+
{{absenceType.name}}
diff --git a/modules/worker/front/calendar/style.scss b/modules/worker/front/calendar/style.scss
index d92c54806..e99f64689 100644
--- a/modules/worker/front/calendar/style.scss
+++ b/modules/worker/front/calendar/style.scss
@@ -9,7 +9,7 @@ vn-worker-calendar {
align-items: center;
box-sizing: border-box;
padding: $spacing-md;
-
+
& > vn-calendar {
border: $border-thin;
margin: $spacing-md;
@@ -32,7 +32,7 @@ vn-worker-calendar {
}
vn-icon[icon="info"] {
- position: absolute;
+ position: absolute;
top: 16px;
right: 16px
}
@@ -40,7 +40,7 @@ vn-worker-calendar {
vn-side-menu div > .input {
border-bottom: $border-thin;
}
-
+
.festive,
vn-avatar.today {
color: $color-font;
@@ -56,4 +56,10 @@ vn-worker-calendar {
vn-avatar.today {
border: 2px solid $color-font-link
}
+
+ .check {
+ margin-top: 0.5px;
+ margin-left: -3px;
+ font-size: 125%;
+ }
}