mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 19:57:55 +01:00
fix(Calendar): add place-items-center to grid row (#4034)
This commit is contained in:
@@ -7,7 +7,7 @@ export default (options: Required<ModuleOptions>) => ({
|
|||||||
body: 'flex flex-col space-y-4 pt-4 sm:flex-row sm:space-x-4 sm:space-y-0',
|
body: 'flex flex-col space-y-4 pt-4 sm:flex-row sm:space-x-4 sm:space-y-0',
|
||||||
heading: 'text-center font-medium truncate mx-auto',
|
heading: 'text-center font-medium truncate mx-auto',
|
||||||
grid: 'w-full border-collapse select-none space-y-1 focus:outline-none',
|
grid: 'w-full border-collapse select-none space-y-1 focus:outline-none',
|
||||||
gridRow: 'grid grid-cols-7',
|
gridRow: 'grid grid-cols-7 place-items-center',
|
||||||
gridWeekDaysRow: 'mb-1 grid w-full grid-cols-7',
|
gridWeekDaysRow: 'mb-1 grid w-full grid-cols-7',
|
||||||
gridBody: 'grid',
|
gridBody: 'grid',
|
||||||
headCell: 'rounded-md',
|
headCell: 'rounded-md',
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user