Skip to content

Commit

Permalink
Fix datepicker caret image url
Browse files Browse the repository at this point in the history
  • Loading branch information
nighto committed Dec 18, 2024
1 parent 47d7a99 commit 351d0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styling/lib/react-datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
width: 3rem;
border: none;
text-indent: -999em;
mask: url('../../assets/icons/caret-down.svg') no-repeat center center;
mask: url('src/assets/icons/caret-down.svg') no-repeat center center;
mask-size: 32px;
background: bk.$theme-date-picker-text-default;
top: 1.8rem;
Expand Down

0 comments on commit 351d0a8

Please sign in to comment.