Skip to content

Commit

Permalink
style(attribution): fix font button text
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Barbeau committed Oct 14, 2020
1 parent 1a701ab commit 91d85f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/geo/src/lib/map/map-browser/map-browser.theming.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
$primary: map-get($theme, primary);
$is-dark: map-get($theme, is-dark);

igo-map-browser div.ol-attribution button {
igo-map-browser div.ol-attribution > button {
color: mat-color($primary, if($is-dark, default-contrast, default));
background-color: mat-color(
$primary,
if($is-dark, default, default-contrast)
);
}

igo-map-browser div.ol-attribution {
igo-map-browser div.ol-attribution > ul {
font-size: mat-font-size($typography, body-1);
}
}

0 comments on commit 91d85f5

Please sign in to comment.