시그니처 ON/OFF => 시그 ON/OFF

This commit is contained in:
Yu Sung 2024-05-02 15:11:17 +09:00
parent 86f0d466fa
commit 1bf4e59eed
2 changed files with 4 additions and 4 deletions

View File

@ -65,10 +65,10 @@ struct LiveRoomInfoGuestView: View {
LiveRoomOverlayStrokeTextToggleButton(
isOn: isOnSignature,
onText: "시그니처 ON",
onText: "시그 ON",
onTextColor: Color.button,
onStrokeColor: Color.button,
offText: "시그니처 OFF",
offText: "시그 OFF",
offTextColor: Color.graybb,
offStrokeColor: Color.graybb,
strokeWidth: 1,

View File

@ -56,10 +56,10 @@ struct LiveRoomInfoHostView: View {
LiveRoomOverlayStrokeTextToggleButton(
isOn: isOnSignature,
onText: "시그니처 ON",
onText: "시그 ON",
onTextColor: Color.button,
onStrokeColor: Color.button,
offText: "시그니처 OFF",
offText: "시그 OFF",
offTextColor: Color.graybb,
offStrokeColor: Color.graybb,
strokeWidth: 1,