Compare commits
2 Commits
9776f1fb15
...
b5082315ab
Author | SHA1 | Date | |
---|---|---|---|
b5082315ab | |||
6a507b5a9e |
@@ -104,7 +104,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.music-player__album {
|
.music-player__album {
|
||||||
font-weight: bold;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
|
@@ -36,7 +36,7 @@ export default function LyricSearch() {
|
|||||||
<span>Lyric Search</span>
|
<span>Lyric Search</span>
|
||||||
</h2>
|
</h2>
|
||||||
<div className="card-text my-4">
|
<div className="card-text my-4">
|
||||||
<label>Search:</label>
|
<label for="lyric-search-input">Search:</label>
|
||||||
<LyricSearchInputField
|
<LyricSearchInputField
|
||||||
id="lyric-search-input"
|
id="lyric-search-input"
|
||||||
placeholder="Artist - Song"
|
placeholder="Artist - Song"
|
||||||
@@ -221,6 +221,7 @@ export function LyricSearchInputField({ id, placeholder, setShowLyrics }) {
|
|||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
autoFocus
|
autoFocus
|
||||||
size={40}
|
size={40}
|
||||||
|
aria-controls="lyric-search-input"
|
||||||
/>
|
/>
|
||||||
<Button onClick={handleSearch} className="btn">
|
<Button onClick={handleSearch} className="btn">
|
||||||
Search
|
Search
|
||||||
|
Reference in New Issue
Block a user