Skip to content

Commit

Permalink
#55 Textのテスト用のborderを削除
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Feb 7, 2025
1 parent b34eb84 commit facddae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ export const execute = (home_content) =>
// Hello, World.
const text = response.has("HomeText") ? response.get("HomeText").word : "";
const textField = textComponent(text, {
"autoSize": "left",
"border": true,
"autoSize": "center",
"type": "input"
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const execute = (top_content) =>

const text = response.has("TopText") ? response.get("TopText").word : "";
const textField = textComponent(text, {
"border": true,
"autoSize": "center"
});

Expand Down

0 comments on commit facddae

Please sign in to comment.