diff options
Diffstat (limited to 'components/InlineButton.qml')
| -rw-r--r-- | components/InlineButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/InlineButton.qml b/components/InlineButton.qml index 1983f29b..b7d28240 100644 --- a/components/InlineButton.qml +++ b/components/InlineButton.qml @@ -66,7 +66,7 @@ Item { anchors.fill: parent color: buttonArea.containsMouse ? MoneroComponents.Style.buttonInlineBackgroundColorHover : MoneroComponents.Style.buttonInlineBackgroundColor radius: 4 - + border.width: parent.focus && parent.enabled ? 1 : 0 MoneroComponents.TextPlain { id: inlineText |
