提交 3ee072c1 编写于 作者: K Kamran Ahmed

Increase the default padding

上级 f5ebead7
......@@ -7,7 +7,7 @@ import Position from './position';
export default class Overlay {
constructor({
opacity = 0.75,
padding = 5,
padding = 10,
animate = true,
}) {
this.opacity = opacity; // Fixed opacity for the layover
......
......@@ -8,7 +8,7 @@ import './polyfill';
export default class Sholo {
constructor({
opacity = 0.75,
padding = 5,
padding = 10,
animate = true,
} = {}) {
this.overlay = new Overlay({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册