Skip to content

Commit cd331fb

Browse files
committed
version 1.2.2
1 parent 1100ea7 commit cd331fb

6 files changed

Lines changed: 21 additions & 18 deletions

File tree

dist/article/article.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ body.vertical {
2121

2222
:root {
2323
--gray: #484644;
24-
--primary: #0078d4;
25-
--primary-alt: #004578;
24+
--primary: #0f6cbd;
25+
--primary-alt: #115ea3;
2626
}
2727
@media (prefers-color-scheme: dark) {
2828
:root {
2929
color: #f8f8f8;
3030
--gray: #a19f9d;
31-
--primary: #4ba0e1;
32-
--primary-alt: #65aee6;
31+
--primary: #479ef5;
32+
--primary-alt: #62abf5;
3333
}
3434
}
3535

electron-builder-mas.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
appId: me.hyliu.fluent-reader-mas
2-
buildVersion: 31
2+
buildVersion: 32
33
productName: Fluent Reader
44
copyright: Copyright © 2020 Haoyuan Liu
55
files:
@@ -33,6 +33,7 @@ mac:
3333
- pt_BR
3434
- pt_PT
3535
- cs
36+
- pl
3637
minimumSystemVersion: 12.0.0
3738
mas:
3839
entitlements: build/entitlements.mas.plist

electron-builder.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ mac:
3535
- pt_BR
3636
- pt_PT
3737
- cs
38+
- pl
3839
win:
3940
target:
4041
- nsis
@@ -62,6 +63,7 @@ appx:
6263
- pt-BR
6364
- pt-PT
6465
- cs
66+
- pl
6567
showNameOnTiles: true
6668
setBuildNumber: true
6769
nsis:

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fluent-reader",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Modern desktop RSS reader",
55
"main": "./dist/electron.js",
66
"scripts": {

src/components/menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export const Menu: React.FC = () => {
373373
})
374374
}}
375375
size="small"
376-
appearance="subtle"
376+
appearance="transparent"
377377
icon={<Filter12Filled />}>
378378
{isUnreadSourcesOnly &&
379379
intl.get("context.unreadOnly")}

0 commit comments

Comments
 (0)