ignitegym/config/theme/Center.ts

6 lines
147 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const Center = createStyle({
alignItems: 'center',
justifyContent: 'center',
});