diff --git a/.changeset/selfish-numbers-prove.md b/.changeset/selfish-numbers-prove.md new file mode 100644 index 000000000..f19f48b90 --- /dev/null +++ b/.changeset/selfish-numbers-prove.md @@ -0,0 +1,5 @@ +--- +"@cube-dev/ui-kit": patch +--- + +Reverse the order of buttons in dialogs. diff --git a/src/components/other/Calendar/Calendar.tsx b/src/components/other/Calendar/Calendar.tsx index 6af5b5d31..ff47b0a31 100644 --- a/src/components/other/Calendar/Calendar.tsx +++ b/src/components/other/Calendar/Calendar.tsx @@ -15,6 +15,7 @@ import { useProviderProps } from '../../../provider'; import { tasty } from '../../../tasty'; import { Button } from '../../actions'; import { Title } from '../../content/Title'; +import { Space } from '../../layout/Space'; import { CalendarGrid } from './CalendarGrid'; @@ -70,10 +71,10 @@ function Calendar(props: CubeCalendarProps, ref: FocusableRef) { {title} - +