Skip to content

Commit

Permalink
fix: increase color contrast to meet 4.5:1 ratio
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 576677395
  • Loading branch information
mcreinhard authored and copybara-github committed Oct 26, 2023
1 parent feaf58f commit 929257e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/base/common_styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {css, CSSResult} from 'lit';
* Primary theme color (e.g. buttons, hyperlinks). Can be modified via
* `--gmpx-color-primary`.
*/
export const GMPX_COLOR_PRIMARY = css`var(--gmpx-color-primary, #1e88e5)`;
export const GMPX_COLOR_PRIMARY = css`var(--gmpx-color-primary, #1a73e8)`;

/**
* Surface theme color (e.g. card background). Can be modified via
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class PlaceOpeningHours extends PlaceDataConsumer {
}
.open {
color: #388e3c;
color: #188038;
}
.icon {
Expand Down

0 comments on commit 929257e

Please sign in to comment.