Skip to content

Commit

Permalink
fix(#2252): allow to override text color of sidemenu slotted::a
Browse files Browse the repository at this point in the history
  • Loading branch information
vanessatran-ddi authored and ArakTaiRoth committed Nov 7, 2024
1 parent a3cd2a2 commit 0a284be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libs/web-components/src/components/side-menu/SideMenu.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
:global(::slotted(a)),
:global(::slotted(a:visited)) {
/* required to override base styles */
color: var(--goa-color-text-default) !important;
color: var(--goa-side-menu-text-color, var(--goa-color-text-default)) !important;
display: block;
font: var(--goa-typography-body-m);
padding: 0.5rem 1rem 0.5rem 2rem;
Expand Down

0 comments on commit 0a284be

Please sign in to comment.