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

export const ButtonText = createStyle({
  color: '$textLight0',
  _web: {
    userSelect: 'none',
  },
});