diff options
Diffstat (limited to 'src/alf/atoms.ts')
-rw-r--r-- | src/alf/atoms.ts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/alf/atoms.ts b/src/alf/atoms.ts index 434420a97..fe8cf9a78 100644 --- a/src/alf/atoms.ts +++ b/src/alf/atoms.ts @@ -1,4 +1,4 @@ -import {Platform, StyleSheet, ViewStyle} from 'react-native' +import {Platform, StyleProp, StyleSheet, ViewStyle} from 'react-native' import * as tokens from '#/alf/tokens' import {native, web} from '#/alf/util/platform' @@ -887,6 +887,9 @@ export const atoms = { user_select_all: { userSelect: 'all', }, + outline_inset_1: { + outlineOffset: '-1px', + } as StyleProp<ViewStyle>, /* * Text decoration |