8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import { createStyle } from '@gluestack-style/react';
|
|
|
|
export const ButtonText = createStyle({
|
|
color: '$textLight0',
|
|
_web: {
|
|
userSelect: 'none',
|
|
},
|
|
});
|