Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Documentation
Developer Tutorial and Article Site
Commits
309efe51
Commit
309efe51
authored
Jun 12, 2022
by
Carl Schwan
🚴
Browse files
Fix link to kirigami Theme api doc
parent
496640ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
content/docs/use/kirigami/style-colors.md
View file @
309efe51
...
...
@@ -19,7 +19,7 @@ follow this palette by default, so usually no custom coloring should be needed
at all for those controls.
Primitive components such as
`Rectangle`
should always be colored with the
color palette provided by Kirigami via the
[
`Theme`
](
docs:kirigami2;Theme
)
attached property.
color palette provided by Kirigami via the
[
`Theme`
](
docs:kirigami2;
Kirigami::Platform
Theme
)
attached property.
Hardcoded colors in QML, such as
`#32b2fa`
or
`red`
should usually be
avoided; if it is really necessary to have elements with custom colors, it should
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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