Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
messenger
Commits
cba6865f
Commit
cba6865f
authored
Jan 27, 2021
by
Choi Ga Young
Browse files
모달버튼색
parent
3b06dfa6
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/Components/EnterRoom.js
View file @
cba6865f
...
...
@@ -52,7 +52,7 @@ function EnterRoom(props) {
<
/Form.Group
>
<
Form
.
Group
as
=
{
Row
}
>
<
Col
sm
=
{{
span
:
5
,
offset
:
4
}}
>
<
Button
type
=
"
submit
"
>
참가
<
/Button
>
<
Button
type
=
"
submit
"
style
=
{{
backgroundColor
:
"
#9174ad
"
,
borderColor
:
"
#9174ad
"
}}
>
참가
<
/Button
>
<
/Col
>
<
/Form.Group
>
<
/Form
>
...
...
client/src/Components/RoomMake.js
View file @
cba6865f
...
...
@@ -80,7 +80,7 @@ function RoomMake(props) {
}
<
Form
.
Group
as
=
{
Row
}
>
<
Col
sm
=
{{
span
:
5
,
offset
:
4
}}
>
<
Button
type
=
"
submit
"
>
방
생성
<
/Button
>
<
Button
type
=
"
submit
"
style
=
{{
backgroundColor
:
"
#9174ad
"
,
borderColor
:
"
#9174ad
"
}}
>
방
생성
<
/Button
>
<
/Col
>
<
/Form.Group
>
<
/Form
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment