Skip to content

Commit 1c85b63

Browse files
Merge pull request #375 from lara-learning/fix/search-unlesbar-im-darkmode
chore: fix-color-halbe-tage
2 parents 074ebe5 + 935882a commit 1c85b63

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/frontend/src/components/day-input.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const Text = styled.p`
4141
font-weight: bold;
4242
white-space: pre-wrap;
4343
word-break: break-word;
44+
color: ${(props) => props.theme.lightFont};
4445
`
4546

4647
const CBWrapper = styled.div`

0 commit comments

Comments
 (0)