From f0bf4e7afdcd8b02a62be45ab3e7d047ed865a79 Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Mon, 19 Jul 2021 20:06:08 +0300 Subject: Apply Prettier --- app/components/text/text.presets.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app/components/text/text.presets.ts') diff --git a/app/components/text/text.presets.ts b/app/components/text/text.presets.ts index 9622268..4693417 100644 --- a/app/components/text/text.presets.ts +++ b/app/components/text/text.presets.ts @@ -1,5 +1,5 @@ -import { TextStyle } from "react-native" -import { color, typography } from "../../theme" +import { TextStyle } from 'react-native' +import { color, typography } from '../../theme' /** * All text will start off looking like this. @@ -24,12 +24,12 @@ export const presets = { /** * A bold version of the default text. */ - bold: { ...BASE, fontWeight: "bold" } as TextStyle, + bold: { ...BASE, fontWeight: 'bold' } as TextStyle, /** * Large headers. */ - header: { ...BASE, fontSize: 24, fontWeight: "bold" } as TextStyle, + header: { ...BASE, fontSize: 24, fontWeight: 'bold' } as TextStyle, /** * Field labels that appear on forms above the inputs. -- cgit v1.2.3