mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-10 14:22:46 +02:00
Miscellanous fixes
This commit is contained in:
@@ -287,6 +287,7 @@ export const SynchronizedLyrics = ({
|
||||
{lyrics.map(([, text], idx) => (
|
||||
<LyricLine
|
||||
key={idx}
|
||||
className="lyric-line synchronized"
|
||||
id={`lyric-${idx}`}
|
||||
text={text}
|
||||
/>
|
||||
|
||||
@@ -45,7 +45,7 @@ export const UnsynchronizedLyrics = ({
|
||||
{lines.map((text, idx) => (
|
||||
<LyricLine
|
||||
key={idx}
|
||||
className="unsynchronized active"
|
||||
className="lyric-line"
|
||||
id={`lyric-${idx}`}
|
||||
text={text}
|
||||
/>
|
||||
|
||||
@@ -121,7 +121,7 @@ export const CommandPalette = ({ modalProps }: CommandPaletteProps) => {
|
||||
>
|
||||
<TextInput
|
||||
ref={searchInputRef}
|
||||
data-autoFocus
|
||||
data-autofocus
|
||||
icon={<RiSearchLine />}
|
||||
rightSection={
|
||||
<ActionIcon
|
||||
|
||||
Reference in New Issue
Block a user