Skip to content

Commit

Permalink
style: Define modal's font color
Browse files Browse the repository at this point in the history
  • Loading branch information
oluwatobiss committed Apr 29, 2024
1 parent 3132ce4 commit b3e61a5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ImageGalleryStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export function imageGalleryStyles(
left: 0,
padding: "13px",
backgroundColor: "rgba(35, 35, 35, 0.73)",
color: "#fff",
fontSize: "0.93rem",
transition: "opacity 1s ease-in-out",
userSelect: "none",
Expand All @@ -71,6 +72,7 @@ export function imageGalleryStyles(
border: "none",
background: "none",
padding: "13px",
color: "#fff",
cursor: "pointer",
};
const modalSlideShowSectionStyle: React.CSSProperties = {
Expand All @@ -91,6 +93,7 @@ export function imageGalleryStyles(
marginInline: "7px",
padding: "10px 15px",
backgroundColor: "rgba(35, 35, 35, 0.73)",
color: "#fff",
transition: "opacity 1s ease-in-out",
cursor: "pointer",
userSelect: "none",
Expand Down

0 comments on commit b3e61a5

Please sign in to comment.