Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
3 years ago
by
Kim, Subin
Browse files
Options
Download
Email Patches
Plain Diff
table color white 삭제
parent
7262e03c
master
gyumin
jiwon
kimpen
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/components/MovieTable/MovieTable.js
+1
-1
client/src/components/MovieTable/MovieTable.js
with
1 addition
and
1 deletion
+1
-1
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
>
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help