Skip to content

Commit 6f773f4

Browse files
chore(release): 1.26.3 [skip ci]
## [1.26.3](v1.26.2...v1.26.3) (2022-05-02) ### Bug Fixes * date picker text color in dark mode ([5e3ec8f](5e3ec8f))
1 parent 5e3ec8f commit 6f773f4

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.26.3](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.2...v1.26.3) (2022-05-02)
2+
3+
4+
### Bug Fixes
5+
6+
* date picker text color in dark mode ([5e3ec8f](https://github.com/pengx17/logseq-dev-theme/commit/5e3ec8f124afcefc1af81c8002f1a76804440f69))
7+
18
## [1.26.2](https://github.com/pengx17/logseq-dev-theme/compare/v1.26.1...v1.26.2) (2022-04-30)
29

310

custom.css

-4
Original file line numberDiff line numberDiff line change
@@ -908,10 +908,6 @@ progress::-webkit-progress-value {
908908
max-width: 100%;
909909
}
910910

911-
.rc-datepicker {
912-
color: #333;
913-
}
914-
915911
/* Popups */
916912
.tippy-tooltip {
917913
padding: 0.5em 0;

no_bullet_threading.css

-4
Original file line numberDiff line numberDiff line change
@@ -759,10 +759,6 @@ progress::-webkit-progress-value {
759759
max-width: 100%;
760760
}
761761

762-
.rc-datepicker {
763-
color: #333;
764-
}
765-
766762
/* Popups */
767763
.tippy-tooltip {
768764
padding: 0.5em 0;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "logseq-dev-theme",
33
"author": "pengx17",
4-
"version": "1.26.2",
4+
"version": "1.26.3",
55
"description": "A custom theme for dev",
66
"logseq": {
77
"themes": [

0 commit comments

Comments
 (0)