Skip to content

Commit 6658ad1

Browse files
committed
タブのテーマを変更
1 parent ffc5d32 commit 6658ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/terminal/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function RuntimeTestPage() {
2323

2424
<Heading level={2}>REPLとコード実行のサンプル</Heading>
2525
{/* name of each tab group should be unique */}
26-
<div className="tabs tabs-border">
26+
<div className="tabs tabs-box">
2727
{Object.entries(sampleConfig).map(([lang, config]) => (
2828
<Fragment key={lang}>
2929
<input
@@ -32,7 +32,7 @@ export default function RuntimeTestPage() {
3232
className="tab"
3333
aria-label={lang}
3434
/>
35-
<div className="tab-content border-base-300 bg-base-200 p-4">
35+
<div className="tab-content border-base-300 bg-base-100">
3636
<RuntimeSample lang={lang as RuntimeLang} config={config} />
3737
</div>
3838
</Fragment>

0 commit comments

Comments
 (0)