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