Skip to content

Commit 1d4c3dc

Browse files
committed
適当な変更
1 parent 87066f3 commit 1d4c3dc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/RightButtons.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function RightButtons({
6060

6161
return (
6262
<>
63-
<div className='button-container'>
63+
<div className='caption-container'>
6464
{isSongSelectPage && (
6565
<>
6666
<button onClick={toIndividualScorePage} className='icon-button'>

src/SongSelect.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export default function SongSelect({
1010
}: Props) {
1111
return (
1212
<div className='song-select-container'>
13-
<div className='caption-container'>
14-
<div className='caption'>
13+
<div className='button-container'>
14+
<div className='caption-abaa'>
1515
{
1616
'※ローマ字表記の方式は右側の設定ボタンから変更できます(デフォルトはヘボン式です)。ただし、どの方式の場合でも長音の処理はしていません。また、読みと書きが異なる文字は、書き準拠の表記です。例えば、「歌を歌おう」は「UTAWO UTAOU」になります。'
1717
}

0 commit comments

Comments
 (0)