Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: topcoder-archive/topcoder-platform-topcoder-react-ui-kit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.11
Choose a base ref
...
head repository: topcoder-archive/topcoder-platform-topcoder-react-ui-kit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: qa-accessibility
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Aug 29, 2019

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0ec1844 View commit details

Commits on Sep 2, 2019

  1. Merge pull request #26 from r0hit-gupta/handoff-sync

    Issue 3060 | Update colors based on Marvel handoff
    sushilshinde authored Sep 2, 2019
    Copy the full SHA
    ea98aea View commit details

Commits on Sep 3, 2019

  1. Update package.json

    sushilshinde authored Sep 3, 2019
    Copy the full SHA
    1e8b42b View commit details
Showing with 3 additions and 4 deletions.
  1. +1 −1 package.json
  2. +2 −3 src/styles/_mixins/variables.scss
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"lint:scss": "./node_modules/.bin/stylelint **/*.scss --syntax scss",
"test": "npm run lint && npm run jest"
},
"version": "1.0.11",
"version": "1.0.12",
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
5 changes: 2 additions & 3 deletions src/styles/_mixins/variables.scss
Original file line number Diff line number Diff line change
@@ -37,7 +37,6 @@ $tc-gray-neutral-light: #fafafb;
$tc-white: #fff;

/* Accents & Shades. */
$tc-dark-blue-120: #006ad7;
$tc-dark-blue-110: #006ad7;
$tc-dark-blue-105: #006feb;
$tc-dark-blue-100: #0681ff;
@@ -74,8 +73,8 @@ $tc-yellow-30: #fff8ca;
$tc-yellow-10: #fffde5;

/* Greens - development color code. */
$tc-green-120: #328732;
$tc-green-110: #258205;
$tc-green-120: #258205;
$tc-green-110: #328732;
$tc-green-100: #5cc900;
$tc-green-70: #94db4e;
$tc-green-30: #cef0af;