diff --git a/packages/web/components/templates/article/EditLabelsControl.tsx b/packages/web/components/templates/article/EditLabelsControl.tsx index aa62b492e..96e297242 100644 --- a/packages/web/components/templates/article/EditLabelsControl.tsx +++ b/packages/web/components/templates/article/EditLabelsControl.tsx @@ -167,6 +167,7 @@ function EditLabelsButtonFooter(props: EditLabelsButtonFooterProps): JSX.Element css={{ width: '100%', height: '42px', bg: props.focused ? '$grayBgActive' : 'unset', + color: theme.colors.grayText.toString(), 'a:link': { textDecoration: 'none', },