Sherlock / config / theme / FabLabel.ts
FabLabel.ts
Raw
import { createStyle } from '@gluestack-style/react';

export const FabLabel = createStyle({
  color: '$textLight50',
});