diff --git a/.changeset/strange-worms-greet.md b/.changeset/strange-worms-greet.md new file mode 100644 index 000000000..f78dd4191 --- /dev/null +++ b/.changeset/strange-worms-greet.md @@ -0,0 +1,5 @@ +--- +"ingred-ui": patch +--- + +fix calendar and actions divider color diff --git a/src/components/Calendar/internal/Actions/Actions.tsx b/src/components/Calendar/internal/Actions/Actions.tsx index 75f27a787..3a0ebca48 100644 --- a/src/components/Calendar/internal/Actions/Actions.tsx +++ b/src/components/Calendar/internal/Actions/Actions.tsx @@ -47,7 +47,8 @@ export const Actions = memo(function Actions({ ml={1} mr={1} orientation="vertical" - color={theme.palette.divider} + // MEMO: divider デザイントークンで basic[200] に該当するものがないので、一旦 gray で代用 + color={theme.palette.gray.light} /> ) : null;