Skip to content

Commit

Permalink
fix(calendar): default trigger text alignment (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
paanSinghCoder authored Feb 10, 2025
1 parent 08d46d3 commit 9b15826
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/raystack/v1/components/calendar/calendar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -251,3 +251,7 @@
border-radius: inherit;
position: relative;
}

.datePickerInput {
text-align: left;
}
1 change: 1 addition & 0 deletions packages/raystack/v1/components/calendar/date-picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ export function DatePicker({
state={inputState}
placeholder={placeholder}
onKeyUp={handleKeyUp}
className={styles.datePickerInput}
{...textFieldProps}
/>
);
Expand Down

0 comments on commit 9b15826

Please sign in to comment.