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

export const LinkText = createStyle({
  textDecorationLine: 'underline',
  color: '$info700',
  _dark: {
    color: '$info300',
  },
});