Skip to content

Commit

Permalink
fix: alt text color in light mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding committed Dec 3, 2024
1 parent 991c6b5 commit 1bb5094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/features/media/gallery/actions/AltText.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

/* from media/gallery/actions/shared.ts */
margin-bottom: calc(calc(-1 * var(--topPadding)) + 1rem);

color: white;
}

.dynamicHeightBg {
Expand Down

0 comments on commit 1bb5094

Please sign in to comment.