Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
survey
Commits
fa83d29a
Commit
fa83d29a
authored
Jul 27, 2022
by
Lee SeoYeon
Browse files
border 삭제
parent
56d0596c
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/profile/Profile.tsx
View file @
fa83d29a
...
...
@@ -39,7 +39,7 @@ export const Profile = () => {
<
div
className
=
"grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4 mt-6"
>
<
button
onClick
=
{
createSurvey
}
className
=
"flex w-40 h-48 md:h-60 md:w-52 items-center
border-2 border-themeColor
font-bold bg-gray-200 hover:bg-themeColor rounded-lg "
className
=
"flex w-40 h-48 md:h-60 md:w-52 items-center font-bold bg-gray-200 hover:bg-themeColor rounded-lg "
>
<
div
className
=
"text-center md:px-6 md:py-6 font-xs md:font-bold text-gray-500 place-items-center hover:text-white"
>
CREATE NEW SURVEY!
...
...
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