Skip to content

Commit 62d9267

Browse files
committed
Improve naming
1 parent 6adcf64 commit 62d9267

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

graylog2-web-interface/docs/graylog-luma/stories/Foundation/Spacings.stories.tsx

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@ import React from 'react';
1818
import type { Meta, StoryObj } from '@storybook/react-webpack5';
1919
import styled, { useTheme } from 'styled-components';
2020

21-
import { COL_WIDTH_SIZE, COL_WIDTH_VARIABLE, FoundationTable, H1, PxLabel, SectionDescription, StoryContainer, Token } from './shared';
21+
import {
22+
COL_WIDTH_SIZE,
23+
COL_WIDTH_VARIABLE,
24+
FoundationTable,
25+
H1,
26+
PxLabel,
27+
SectionDescription,
28+
StoryContainer,
29+
Token,
30+
} from './shared';
2231

2332
// ─── Spacings ──────────────────────────────────────────────────────────────
2433

@@ -71,13 +80,12 @@ const SPACINGS: SpacingEntry[] = [
7180
{
7281
key: 'xl',
7382
token: 'theme.spacings.xl',
74-
usage: 'Separation between major independent sections on a page. Use sparingly most layouts do not need this.',
83+
usage: 'Separation between major independent sections on a page. Use sparingly, most layouts do not need this.',
7584
},
7685
{
7786
key: 'xxl',
7887
token: 'theme.spacings.xxl',
79-
usage:
80-
'Page-level whitespace only. Rarely appropriate in component authoring — prefer structural layout components over manual large margins.',
88+
usage: 'Page-level whitespace only. Rarely appropriate in component authoring.',
8189
},
8290
];
8391

0 commit comments

Comments
 (0)