We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6256b67 commit ff6cc3fCopy full SHA for ff6cc3f
packages/common-ui-web/src/components/ImageDetailedView/hooks.ts
@@ -104,11 +104,11 @@ export function useImageDetailedViewStyles(props: ImageDetailedViewProps) {
104
},
105
closeButton: {
106
primaryColor: colors.darkButtonBackground,
107
- secondaryColor: palette.text.primary,
+ secondaryColor: palette.text.white,
108
109
galleryButton: {
110
111
112
style: {
113
visibility: props.showGalleryButton ?? true ? 'visible' : 'hidden',
114
} as CSSProperties,
0 commit comments