akveo / akveo/react-native-ui-kitten
How to change the thickness of the Icon
Abierto
- Lenguaje dominante
- TypeScript
- Estrellas
- 10.7k
- Forks
- 962
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
import styled from 'styled-components/native';
import { Icon } from '@ui-kitten/components';
export const StyledIcon = styled(Icon)`
height: 24px;
width: 24px;
font-weight: 100;
`;
I can only change the size of Icon, not its thickness.
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.