Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MECRED
Frontend-MECRED
Merge requests
!269
Issue
#290
: FIX Style of the share profile button
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#290
: FIX Style of the share profile button
issue-290/style-of-the-share-profile-button
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
3
Merged
esrsc23
requested to merge
issue-290/style-of-the-share-profile-button
into
develop
3 months ago
Overview
0
Commits
1
Pipelines
2
Changes
3
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
6e2eab58
1 commit,
3 months ago
3 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
src/app/components/ShareButton.js
+
2
−
2
Options
@@ -18,12 +18,12 @@ export default function ShareButton({ type, id }) {
return
(
<>
<
button
className
=
"
p-2 text-sm rounded-
xl max-md:my-3 bg-ice-HC-dark
hover:bg-
light
Gray-HC-white hover:text-darkGray-HC-dark outline outline-1 outline-
ice
-HC-white text-darkGray-HC-white-underline font-bold normal-case flex justify-center items-center gap-2
"
className
=
"
p-2 text-sm rounded-
[10px] w-48 h-11 max-md:my-3
hover:bg-
dark
Gray-HC-white hover:text-darkGray-HC-dark outline outline-1 outline-
lightGray
-HC-white text-darkGray-HC-white-underline
hover:text-white-HC-dark-underline
font-bold normal-case flex justify-center items-center gap-2
"
onClick
=
{()
=>
setShareOpen
(
true
)}
aria
-
label
=
"
Compartilhar
"
>
<
ShareOutlinedIcon
fontSize
=
"
small
"
/>
<
span
className
=
"
hidden md:inline
"
>
Compartilhar
<
/span
>
<
span
className
=
"
hidden md:inline
"
>
Compartilhar
perfil
<
/span
>
<
/button
>
<
ShareModal
open
=
{
shareOpen
}
Loading