File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
packages/wonder-blocks-date-picker/src/components Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import {sizing} from "@khanacademy/wonder-blocks-tokens";
99import { TemporalLocaleUtils } from "../util/temporal-locale-utils" ;
1010import type { CustomModifiers } from "../util/types" ;
1111// eslint-disable-next-line import/no-unassigned-import
12- import "react-day-picker/style .css" ;
12+ import "./styles/ react-day-picker.css" ;
1313
1414import DatePickerInput from "./date-picker-input" ;
1515import DatePickerOverlay from "./date-picker-overlay" ;
Original file line number Diff line number Diff line change 1+ @import "react-day-picker/style.css" ;
2+ @import "@khanacademy/wonder-blocks-tokens/styles.css" ;
3+
4+ .rdp-root {
5+ --rdp-accent-color : var (--wb-semanticColor-core-border-instructive-default );
6+ }
You can’t perform that action at this time.
0 commit comments