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
butter-studio
Commits
fef70b2b
Commit
fef70b2b
authored
Jul 26, 2021
by
Kim, Subin
Browse files
table color white 삭제
parent
7262e03c
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/MovieTable/MovieTable.js
View file @
fef70b2b
...
...
@@ -31,7 +31,7 @@ const MovieTable = ({ movieList }) => {
}
return
(
<
table
style
=
{{
color
:
"
white
"
}}
className
=
{
`table text-center align-middle
${
styles
.
tableForm
}
`
}
>
<
table
className
=
{
`table text-center align-middle
${
styles
.
tableForm
}
`
}
>
<
thead
className
=
{
`table-dark
${
styles
.
dNone
}
`
}
>
<
tr
>
<
th
className
=
"
col-md-5
"
>
제목
<
/th
>
...
...
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