@@ -56,7 +56,7 @@ export const AllButtons = {
5656 return (
5757 < div className = 'flex flex-col gap-8' >
5858 < div >
59- < h2 className = 'mb-6 text-std-32B-5 ' > 塗りボタン(Solid Fill)</ h2 >
59+ < h2 className = 'mb-6 text-std-32B-150 ' > 塗りボタン(Solid Fill)</ h2 >
6060 < div className = 'flex items-center gap-4' >
6161 < Button variant = 'solid-fill' size = 'lg' >
6262 ラベル
@@ -73,7 +73,7 @@ export const AllButtons = {
7373 </ div >
7474 </ div >
7575 < div >
76- < h2 className = 'mb-6 text-std-32B-5 ' > アウトラインボタン(Outline)</ h2 >
76+ < h2 className = 'mb-6 text-std-32B-150 ' > アウトラインボタン(Outline)</ h2 >
7777 < div className = 'flex items-center gap-4' >
7878 < Button variant = 'outline' size = 'lg' >
7979 ラベル
@@ -90,7 +90,7 @@ export const AllButtons = {
9090 </ div >
9191 </ div >
9292 < div >
93- < h2 className = 'mb-6 text-std-32B-5 ' > テキストボタン(Text)</ h2 >
93+ < h2 className = 'mb-6 text-std-32B-150 ' > テキストボタン(Text)</ h2 >
9494 < div className = 'flex items-center gap-4' >
9595 < Button variant = 'text' size = 'lg' >
9696 ラベル
@@ -116,7 +116,7 @@ export const DisabledButtons = {
116116 return (
117117 < div className = 'flex flex-col gap-8' >
118118 < div >
119- < h2 className = 'mb-4 text-std-32B-5 ' > Disabledの作例(aria-disabled 属性を使用)</ h2 >
119+ < h2 className = 'mb-4 text-std-32B-150 ' > Disabledの作例(aria-disabled 属性を使用)</ h2 >
120120 < p className = 'mb-8' >
121121 ※ ボタンの無効化に< code > disabled</ code >
122122 コンテンツ属性ではなく、キーボード操作のタブフォーカスでもアクセスできる
@@ -188,30 +188,30 @@ export const LinkButtons = {
188188 return (
189189 < div className = 'flex flex-col gap-8' >
190190 < div >
191- < h2 className = 'mb-6 text-std-32B-5 ' > ボタンの見た目をしたリンク(Solid Fill)</ h2 >
191+ < h2 className = 'mb-6 text-std-32B-150 ' > ボタンの見た目をしたリンク(Solid Fill)</ h2 >
192192 < div className = 'flex items-center gap-4' >
193193 < Button asChild variant = 'solid-fill' size = 'lg' >
194- < a className = 'text -center' href = { href } >
194+ < a className = 'inline-flex items-center justify -center' href = { href } >
195195 ラベル
196196 </ a >
197197 </ Button >
198198 </ div >
199199 </ div >
200200 < div >
201- < h2 className = 'mb-6 text-std-32B-5 ' > ボタンの見た目をしたリンク(Outline)</ h2 >
201+ < h2 className = 'mb-6 text-std-32B-150 ' > ボタンの見た目をしたリンク(Outline)</ h2 >
202202 < div className = 'flex items-center gap-4' >
203203 < Button asChild variant = 'outline' size = 'lg' >
204- < a className = 'text -center' href = { href } >
204+ < a className = 'inline-flex items-center justify -center' href = { href } >
205205 ラベル
206206 </ a >
207207 </ Button >
208208 </ div >
209209 </ div >
210210 < div >
211- < h2 className = 'mb-6 text-std-32B-5 ' > ボタンの見た目をしたリンク(Text)</ h2 >
211+ < h2 className = 'mb-6 text-std-32B-150 ' > ボタンの見た目をしたリンク(Text)</ h2 >
212212 < div className = 'flex items-center gap-4' >
213213 < Button asChild variant = 'text' size = 'lg' >
214- < a className = 'text -center' href = { href } >
214+ < a className = 'inline-flex items-center justify -center' href = { href } >
215215 ラベル
216216 </ a >
217217 </ Button >
0 commit comments