Skip to content

Commit 3f83b01

Browse files
authored
Merge pull request #465 from mashmatrix/support-slds-2-grid
Update `Grid` for SLDS2
2 parents 9fa2124 + a9b31ed commit 3f83b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/Grid.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function adjustCols(colNum: number, large?: boolean) {
6767
*/
6868
export type ColProps = {
6969
padded?: boolean | 'medium' | 'large';
70-
align?: 'top' | 'medium' | 'bottom';
70+
align?: 'top' | 'middle' | 'bottom';
7171
noFlex?: boolean;
7272
order?: number;
7373
orderSmall?: number;

0 commit comments

Comments
 (0)