diff --git a/components/flatbutton.cpp b/components/flatbutton.cpp index 79003ab..a24d7a1 100644 --- a/components/flatbutton.cpp +++ b/components/flatbutton.cpp @@ -16,7 +16,7 @@ FlatButtonPrivate::FlatButtonPrivate(FlatButton *q) bgMode(Qt::TransparentMode), useThemeColors(true), showHalo(true), - peakOpacity(0.15) + peakOpacity(0.08) { }