We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fa2124 + a9b31ed commit 3f83b01Copy full SHA for 3f83b01
src/scripts/Grid.tsx
@@ -67,7 +67,7 @@ function adjustCols(colNum: number, large?: boolean) {
67
*/
68
export type ColProps = {
69
padded?: boolean | 'medium' | 'large';
70
- align?: 'top' | 'medium' | 'bottom';
+ align?: 'top' | 'middle' | 'bottom';
71
noFlex?: boolean;
72
order?: number;
73
orderSmall?: number;
0 commit comments