diff --git a/components/lib/calendar/Calendar.vue b/components/lib/calendar/Calendar.vue
index dc2152985..7cbecf344 100755
--- a/components/lib/calendar/Calendar.vue
+++ b/components/lib/calendar/Calendar.vue
@@ -48,9 +48,11 @@
-
-
-
+
+
+
+
+
diff --git a/components/lib/calendar/style/CalendarStyle.js b/components/lib/calendar/style/CalendarStyle.js
index e36fbee80..a3b101add 100644
--- a/components/lib/calendar/style/CalendarStyle.js
+++ b/components/lib/calendar/style/CalendarStyle.js
@@ -16,6 +16,7 @@ const classes = {
],
input: 'p-datepicker-input',
dropdownButton: 'p-datepicker-dropdown',
+ inputIconContainer: 'p-datepicker-input-icon-container',
inputIcon: 'p-datepicker-input-icon',
panel: ({ instance, props }) => [
'p-datepicker-panel p-component',