Skip to content

Commit

Permalink
Themed scroll bars
Browse files Browse the repository at this point in the history
Closes #190
  • Loading branch information
ecton committed Oct 31, 2024
1 parent 5e9abb6 commit e510b68
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 150 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
that allows completely customizing a scroll view's behavior. Thanks to
@danbulant for helping with this change!
- `ScrollBar` is a new widget that renders a scroll bar meant to scroll through
a large container.
a large container. Additionally its appearance has been updated to be based on
the theme. Several new style components have been added to control how scroll
bars are rendered: `ScrollBarThumbColor`, `ScrollBarThumbOutlineColor`,
`ScrollBarThumbOutlineThickness`, `ScrollBarThumbCornerRadius`.
- `OutlineWidth` is a new component that is used to control the width of most
outlines drawn in the user interface.
- `FocusColor` is a new component that controls the color of the keyboard focus
Expand Down
Loading

0 comments on commit e510b68

Please sign in to comment.