Skip to content

Commit

Permalink
Update star rating color to black (uber#5045)
Browse files Browse the repository at this point in the history
* chore(rating): update fill color of star rating to black

* chore(rating): checkin autogenerated doc files

* test(vrt): update visual snapshots for 92ee52d (uber#5048)

Co-authored-by: UberOpenSourceBot <[email protected]>

Co-authored-by: UberOpenSourceBot <[email protected]>
Co-authored-by: UberOpenSourceBot <[email protected]>
  • Loading branch information
3 people authored Jul 20, 2022
1 parent 9455363 commit ae342b6
Show file tree
Hide file tree
Showing 22 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rating/styled-components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ export const StyledStar = styled<'li', StyledRatingItemProps>(
let prePartialStarFill;

if ($isActive) {
starStroke = starFill = $theme.colors.warning400;
starStroke = starFill = $theme.colors.primary;
}
if ($isPartialActive && !$isActive) {
prePartialStarStroke = prePartialStarFill = $theme.colors.warning400;
prePartialStarStroke = prePartialStarFill = $theme.colors.primary;
}

const styles: StyleObject = {
Expand Down
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-dark-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-dark-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-dark-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-desktop-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-desktop-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-desktop-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-mobile-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-mobile-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--size-mobile-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-dark-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-dark-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-dark-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-desktop-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-desktop-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-desktop-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-mobile-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-mobile-firefox-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified vrt/tests.vrt.js-snapshots/rating--star-mobile-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae342b6

Please sign in to comment.