Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
WordPress UI Components
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
Container 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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
WordPress UI Components
Merge requests
!1
Main
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
Main
main
into
just_for_review
Overview
18
Commits
14
Pipelines
10
Changes
1
Closed
Eryk Mika
requested to merge
main
into
just_for_review
4 months ago
Overview
17
Commits
14
Pipelines
10
Changes
1
0
0
Merge request reports
Viewing commit
1c6aed01
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
1c6aed01
refactor: use prev value
· 1c6aed01
Eryk Mika
authored
4 months ago
src/ColorSelector/ColorSelector.jsx
+
1
−
1
View file @ 1c6aed01
Edit in single-file editor
Open in Web IDE
Show full file
@@ -41,7 +41,7 @@ export default function ColorSelector({label, onChange, value, enableAlpha = tru
width
:
'
100%
'
}
}
onClick
=
{
()
=>
{
setIsPopupActive
(
!
isPopupActive
)
setIsPopupActive
(
(
isPopupActive
)
=>
!
isPopupActive
)
}
}
></
div
>
</
div
>
Loading