Retrait des points-virgules finaux
This commit is contained in:
@ -3,8 +3,8 @@
|
||||
* There are many other ways to style your app. For example, [Nativewind](https://www.nativewind.dev/), [Tamagui](https://tamagui.dev/), [unistyles](https://reactnativeunistyles.vercel.app), etc.
|
||||
*/
|
||||
|
||||
const tintColorLight = '#0a7ea4';
|
||||
const tintColorDark = '#fff';
|
||||
const tintColorLight = '#0a7ea4'
|
||||
const tintColorDark = '#fff'
|
||||
|
||||
export const Colors = {
|
||||
light: {
|
||||
@ -23,4 +23,4 @@ export const Colors = {
|
||||
tabIconDefault: '#9BA1A6',
|
||||
tabIconSelected: tintColorDark,
|
||||
},
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user