aboutsummaryrefslogtreecommitdiff
path: root/include/cru/ui/controls/button.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/ui/controls/button.hpp')
-rw-r--r--include/cru/ui/controls/button.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cru/ui/controls/button.hpp b/include/cru/ui/controls/button.hpp
index 0fad0035..d4a03e1d 100644
--- a/include/cru/ui/controls/button.hpp
+++ b/include/cru/ui/controls/button.hpp
@@ -18,7 +18,7 @@ using render::CornerRadius;
struct ButtonStateStyle {
std::shared_ptr<platform::graph::Brush> border_brush;
Thickness border_thickness;
- CornerRadius corner_radius;
+ CornerRadius border_radius;
std::shared_ptr<platform::graph::Brush> foreground_brush;
std::shared_ptr<platform::graph::Brush> background_brush;
};