Application Android et IOS pour l'amicale des élèves https://play.google.com/store/apps/details?id=fr.amicaleinsat.application
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Label.js 221B

1234567891011121314
  1. // @flow
  2. import variable from "./../variables/platform";
  3. export default (variables /*: * */ = variable) => {
  4. const labelTheme = {
  5. ".focused": {
  6. width: 0
  7. },
  8. fontSize: 17
  9. };
  10. return labelTheme;
  11. };