We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0565dc9 commit 78ba0a3Copy full SHA for 78ba0a3
2 files changed
README.md
@@ -15,6 +15,9 @@
15
<span> | </span>
16
<a href="#credits">Credits</a>
17
</h3>
18
+ <br />
19
+ <img src="https://img.shields.io/github/v/release/twesterapp/twester?color=00A8E8&label=%20&style=for-the-badge" />
20
+ <img src="https://img.shields.io/github/downloads/twesterapp/twester/total?color=00A8E8&style=for-the-badge" />
21
</div>
22
23
## Download
src/renderer/App.tsx
@@ -98,6 +98,7 @@ export function App() {
98
background: theme.color.borderOnDisabled,
99
color: theme.color.textPrimary,
100
fontFamily: 'Karla',
101
+ fontSize: '14px',
102
},
103
}}
104
/>
0 commit comments