patch version

This commit is contained in:
hzrd149 2023-07-24 08:27:45 -05:00
parent 85dd32ae29
commit fc7acc28b5
5 changed files with 9 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Add logging to app setting services

View File

@ -1,5 +0,0 @@
---
"nostrudel": patch
---
Fix color theme picker

View File

@ -1,5 +1,12 @@
# nostrudel
## 0.20.1
### Patch Changes
- 85dd32a: Add logging to app setting services
- 85dd32a: Fix Color Mode setting
## 0.20.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "nostrudel",
"version": "0.20.0",
"version": "0.20.1",
"private": true,
"license": "MIT",
"scripts": {

View File

@ -33,7 +33,7 @@ export default function DisplaySettings() {
<Flex direction="column" gap="4">
<FormControl>
<FormLabel htmlFor="colorMode" mb="0">
Use dark theme
Color Mode
</FormLabel>
<Select id="colorMode" {...register("colorMode")}>
<option value="system">System Default</option>