Fix character counter color in dark mode
This commit is contained in:
@@ -273,7 +273,8 @@ export const ComposePost = observer(function ComposePost({
|
|||||||
}
|
}
|
||||||
|
|
||||||
const canPost = text.length <= MAX_TEXT_LENGTH
|
const canPost = text.length <= MAX_TEXT_LENGTH
|
||||||
const progressColor = text.length > DANGER_TEXT_LENGTH ? '#e60000' : undefined
|
const progressColor =
|
||||||
|
text.length > DANGER_TEXT_LENGTH ? '#e60000' : pal.colors.text
|
||||||
|
|
||||||
const selectTextInputLayout =
|
const selectTextInputLayout =
|
||||||
selectedPhotos.length !== 0
|
selectedPhotos.length !== 0
|
||||||
|
|||||||
Reference in New Issue
Block a user