Skip to content

Commit

Permalink
feat: middle버튼 대문자로 변경 (#59) (KAN-135)
Browse files Browse the repository at this point in the history
  • Loading branch information
0114chan committed Nov 6, 2024
1 parent abfcd68 commit b2bf500
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import androidx.navigation.compose.rememberNavController
import com.example.mhnfe.R
import com.example.mhnfe.ui.components.MainTextBox
import com.example.mhnfe.ui.components.SubTopBar
import com.example.mhnfe.ui.components.middleButton
import com.example.mhnfe.ui.components.MiddleButton
import com.example.mhnfe.ui.theme.mainBlack
import com.example.mhnfe.ui.theme.mainGray
import com.example.mhnfe.ui.theme.mainYellow
Expand Down Expand Up @@ -111,7 +111,7 @@ fun LoginScreen(
verticalArrangement = Arrangement.spacedBy(16.dp)
) {
// 로그인 버튼
middleButton(
MiddleButton(
text = "로그인",
onClick = onLoginClick
)
Expand Down

0 comments on commit b2bf500

Please sign in to comment.