Skip to content

Commit aa13d5e

Browse files
authored
Merge pull request #14540 from guardian/make-gallery-captions-14px
Make gallery captions 14px
2 parents cc26596 + 93c92fc commit aa13d5e

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
2525
${between.tablet.and.desktop} {

0 commit comments

Comments
 (0)