Skip to content

Commit 25a36d2

Browse files
authored
Merge pull request #67 from reactome/65-carousel-button-light-mode-colour-not-set
fix: homepage style change
2 parents b4a6c99 + 9e6a04f commit 25a36d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/website-angular/src/app/home-page/home-shortcuts/home-shortcuts.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<app-carousel>
1+
<app-carousel [dark]="false">
22
<a class="shortcut-link" [href]="navOptions['tools']?.dropdownLinks?.['pathway-browser']?.link || '/PathwayBrowser'"
33
><app-button [variant]="dark ? 'dark' : 'light'" size="large"
44
><mat-icon class="large-button-icon">account_tree</mat-icon>Pathway

0 commit comments

Comments
 (0)