ba-cafe

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 337f23f3e7610f06297fd3602314867e703b504d
parent edaf41b4ab2e2464dc31cb89e3b9688f1c6da7c4
Author: Sunny <122193933+Sunny-JP@users.noreply.github.com>
Date:   Sat, 24 Jan 2026 23:39:41 +0900

Merge pull request #23 from Sunny-JP/v4-sunny-dev

adjust style
Diffstat:
Msrc/components/Settings.tsx | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/Settings.tsx b/src/components/Settings.tsx @@ -144,9 +144,9 @@ const Settings = () => { </ul> {/* Color Theme Picker */} - <div className="p-3 rounded-xl"> + <div className="p-2 rounded-xl"> <div className="flex justify-between items-center mb-2"> - <label className="text-xs font-semibold opacity-70">Theme Color</label> + <label className="text-xs font-mono opacity-70">Theme Color</label> <span className="text-xs font-mono opacity-60">Hue: {hue}</span> </div> <input