Skip to content

Commit

Permalink
Fix box close button style.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jun 14, 2022
1 parent 1679da7 commit 3aa78fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/layers/layers.style
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ boxTitleClose: IconButton(defaultIconButton) {
icon: boxTitleCloseIcon;
iconOver: boxTitleCloseIconOver;

rippleAreaPosition: point(6px, 6px);
rippleAreaSize: 44px;
rippleAreaPosition: point(4px, 4px);
rippleAreaSize: 40px;
ripple: RippleAnimation(defaultRippleAnimation) {
color: windowBgOver;
}
Expand Down

0 comments on commit 3aa78fb

Please sign in to comment.