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