ignitegym/config/theme/FabLabel.ts

5 lines
122 B
TypeScript

import { createStyle } from '@gluestack-style/react';
export const FabLabel = createStyle({
color: '$textLight50',
});