Skip to content

Commit fd2de9c

Browse files
chore(release): 1.25.4 [skip ci]
## [1.25.4](v1.25.3...v1.25.4) (2022-04-20) ### Bug Fixes * build is missing no_bullet_threading.css ([5b4a2b1](5b4a2b1)) * dates in date picker is not visible ([6cede63](6cede63)), closes [#50](#50)
1 parent 6cede63 commit fd2de9c

File tree

4 files changed

+1156
-1
lines changed

4 files changed

+1156
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.25.4](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.3...v1.25.4) (2022-04-20)
2+
3+
4+
### Bug Fixes
5+
6+
* build is missing no_bullet_threading.css ([5b4a2b1](https://github.com/pengx17/logseq-dev-theme/commit/5b4a2b15db66edee5d9816a190d68d444f0978b9))
7+
* dates in date picker is not visible ([6cede63](https://github.com/pengx17/logseq-dev-theme/commit/6cede636f8b3ee42e649b4439a95dc456af75c94)), closes [#50](https://github.com/pengx17/logseq-dev-theme/issues/50)
8+
19
## [1.25.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.25.2...v1.25.3) (2022-04-18)
210

311

custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,10 @@ progress::-webkit-progress-value {
920920
max-width: 100%;
921921
}
922922

923+
.rc-datepicker {
924+
color: #333;
925+
}
926+
923927
/* Popups */
924928
.tippy-tooltip {
925929
padding: 0.5em 0;

0 commit comments

Comments
 (0)