NMF-earth / nmf-app

Understand and reduce your carbon footprint 🌱 iOS & Android.
https://nmf.earth
GNU General Public License v3.0
506 stars 156 forks source link

Fix feature/implement modal #49+update social media component #43 #65

Closed PierreBresson closed 4 years ago

PierreBresson commented 4 years ago

Before :

import { fontWeight, fontSize } from "../../../style/font";
import colors from "../../../style/colors";

Now : import { Font, Colors } from "../../../style";

theolampert commented 4 years ago

@PierreBresson Looks fine to me pending a rebase