Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
ui
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Code
Merge requests
12
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
Service Desk
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
funkwhale
ui
Merge requests
!23
Implement dark theme
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Implement dark theme
4-dark-theme
into
main
Overview
18
Commits
9
Pipelines
15
Changes
32
Merged
Kasper Seweryn
requested to merge
4-dark-theme
into
main
2 years ago
Overview
3
Commits
9
Pipelines
15
Changes
32
Expand
Closes
#4 (closed)
Run preview:
VP_DOCS
=
true
yarn vite build
yarn docs:build
yarn docs:serve
Edited
1 year ago
by
Ciarán Ainsworth
👍
0
👎
0
Merge request reports
Compare
main
version 11
4a48959a
1 year ago
version 10
9edb479f
1 year ago
version 9
c35bc8e6
1 year ago
version 8
0963bd07
1 year ago
version 7
01901670
1 year ago
version 6
f266bef1
1 year ago
version 5
9e90c36f
1 year ago
version 4
99ace841
1 year ago
version 3
c418e110
1 year ago
version 2
568b4bf2
1 year ago
version 1
a3586197
1 year ago
main (base)
and
latest version
latest version
b306ae51
9 commits,
1 year ago
version 11
4a48959a
8 commits,
1 year ago
version 10
9edb479f
7 commits,
1 year ago
version 9
c35bc8e6
6 commits,
1 year ago
version 8
0963bd07
6 commits,
1 year ago
version 7
01901670
5 commits,
1 year ago
version 6
f266bef1
5 commits,
1 year ago
version 5
9e90c36f
4 commits,
1 year ago
version 4
99ace841
4 commits,
1 year ago
version 3
c418e110
3 commits,
1 year ago
version 2
568b4bf2
2 commits,
1 year ago
version 1
a3586197
1 commit,
1 year ago
32 files
+
899
−
433
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
32
Search (e.g. *.vue) (Ctrl+P)
docs/components/button/basic.md
+
2
−
2
Options
@@ -93,12 +93,12 @@ This is the default style. If you don't specify a style, a filled button is rend
Outline buttons have a transparent background. Use these to deemphasize the action the button performs.
```
vue-html
<fw-button outline>
<fw-button outline
color="secondary"
>
Outline button
</fw-button>
```
<fw-button
outline
>
<fw-button
outline
color=
"secondary"
>
Outline button
</fw-button>
Loading