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.

updateTheme.native.js 215B

1234567891011
  1. // @flow
  2. /**
  3. * Custom theme for setting client branding.
  4. *
  5. * @param {Object} theme - The ui tokens theme object.
  6. * @returns {Object}
  7. */
  8. export default function updateTheme(theme: Object) {
  9. return theme;
  10. }