Skip to content

Commit 93c92fc

Browse files
committed
Make gallery caption 14px
To be the same as main media caption
1 parent ee336a4 commit 93c92fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dotcom-rendering/src/components/GalleryCaption.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { css } from '@emotion/react';
2-
import { between, from, space, textSans12 } from '@guardian/source/foundations';
2+
import { between, from, space, textSans14 } from '@guardian/source/foundations';
33
import { grid } from '../grid';
44
import { type ArticleFormat } from '../lib/articleFormat';
55
import { palette } from '../palette';
@@ -19,7 +19,7 @@ type Props = {
1919
const styles = css`
2020
${grid.column.centre}
2121
color: ${palette('--caption-text')};
22-
${textSans12}
22+
${textSans14}
2323
padding-bottom: ${space[6]}px;
2424
padding-top: ${space[5]}px;
2525

0 commit comments

Comments
 (0)