diff --git a/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx b/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx index c10f02e1d4..92d5435436 100644 --- a/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx +++ b/web/apps/photos/src/components/Collections/AlbumCastDialog.tsx @@ -187,7 +187,7 @@ export const AlbumCastDialog: React.FC = ({ {view == "pin" && ( <> - + = ({ values={{ url: castHost }} /> - {t("enter_cast_pin_code")} + + {t("enter_cast_pin_code")} + + // MUI component is only used in places where the surrounding text uses + // "text.muted", so this default already provides it a highlight compared to + // the text it in embedded in. + // + // We additionally disable the underline, and add a hover indication by + // switching its color to the main accent. MuiLink: { defaultProps: { - color: "var(--mui-palette-accent-main)", underline: "none", }, styleOverrides: { root: { "&:hover": { - underline: "always", color: "var(--mui-palette-accent-main)", }, },