mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
patch version
This commit is contained in:
parent
85dd32ae29
commit
fc7acc28b5
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Add logging to app setting services
|
@ -1,5 +0,0 @@
|
||||
---
|
||||
"nostrudel": patch
|
||||
---
|
||||
|
||||
Fix color theme picker
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostrudel",
|
||||
"version": "0.20.0",
|
||||
"version": "0.20.1",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user