We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b3625e commit a634b05Copy full SHA for a634b05
styles/globals.scss
@@ -1103,4 +1103,17 @@ div[contenteditable]:focus,
1103
.react-datepicker__quarter-text--in-range,
1104
.react-datepicker__year-text--in-range) {
1105
background-color: var(--bs-info) !important;
1106
+}
1107
+
1108
+.react-datepicker__close-icon {
1109
+ padding: 0rem 0.75rem !important;
1110
+ align-items: center !important;
1111
+ height: calc(100% - 3px) !important;
1112
1113
+ &::after {
1114
+ content: "×" !important;
1115
+ color: var(--theme-grey) !important;
1116
+ font-size: 20px !important;
1117
+ background: none !important;
1118
+ }
1119
}
0 commit comments