[ADD] LibCC ChromaCase:

- IconButton and MusicItem creation and documentation
- Update native base theme
This commit is contained in:
mathysPaul
2023-11-02 21:14:38 +01:00
parent e499bb2f9f
commit d2e1ba51c6
18 changed files with 781 additions and 28 deletions

View File

@@ -63,7 +63,7 @@ const LinkBase: React.FC<LinkBaseProps> = ({ text, onPress }) => {
<Animated.View style={[
styles.underline,
{
backgroundColor: theme.colors.primary[400],
backgroundColor: theme.colors.primary[300],
height: underlineHeight,
opacity: opacity
}