Skip to content

Issue #702 - added tabButtonTextTransform variable to theme #728

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 6, 2017
Merged

Issue #702 - added tabButtonTextTransform variable to theme #728

merged 2 commits into from
Dec 6, 2017

Conversation

jmurret
Copy link
Contributor

@jmurret jmurret commented Dec 6, 2017

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 6, 2017

Codecov Report

Merging #728 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted Files Coverage Δ
src/rsg-components/TabButton/TabButtonRenderer.js 100% <100%> (ø) ⬆️
src/styles/theme.js 100% <100%> (ø) ⬆️

Copy link
Member

@sapegin sapegin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool, thanks! Just a couple of small things.

.prettierrc Outdated
@@ -3,7 +3,7 @@
"singleQuote": true,
"trailingComma": "es5",
"useTabs": true,
"proseWrap": "never",
"proseWrap": false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you forget to run npm install after pulling the changes. The right value is never now.

@@ -3,14 +3,14 @@ import PropTypes from 'prop-types';
import Styled from 'rsg-components/Styled';
import cx from 'classnames';

export const styles = ({ space, color, fontFamily, fontSize }) => ({
export const styles = ({ space, color, fontFamily, fontSize, tabButtonTextTransform }) => ({
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think buttonTextTransform would be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants