Skip to content

Commit 083f699

Browse files
committed
Add box shadow to messages
1 parent 2697e62 commit 083f699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

view/frontend/templates/script/component/message-component.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Magento\Framework\View\Element\Template;
55

66
/** @var Template $block */
77

8-
$timeout = (int)$block->getTimeout();// @todo Right source for this?
8+
$timeout = (int)$block->getTimeout(); // @todo Right source for this?
99
if (!$timeout > 0) {
1010
$timeout = 10000;
1111
}

0 commit comments

Comments
 (0)