Skip to content

Commit c08dcea

Browse files
committed
Update button-editor.blade.php
1 parent b1416df commit c08dcea

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

resources/views/studio/button-editor.blade.php

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,18 +125,18 @@
125125
126126
// Many of these values cannot be changed by the UI editor, so they are set to zero here. These values might get used in the future.
127127
var button_css = {
128-
padding_top: '0px',
129-
padding_bottom: '0px',
130-
color: 'black',
131-
background_image: 'none',
132-
padding_left: '0px',
133-
padding_right: '0px',
128+
padding_top: 'inherit',
129+
padding_bottom: 'inherit',
130+
color: 'inherit',
131+
background_image: 'inherit',
132+
padding_left: 'inherit',
133+
padding_right: 'inherit',
134134
border_radius: '8px',
135135
font_family: 'inherit',
136-
font_size: '18px',
137-
border_color: 'black',
138-
border_style: 'none',
139-
border_width: '0px'
136+
font_size: 'inherit',
137+
border_color: 'inherit',
138+
border_style: 'inherit',
139+
border_width: 'inherit'
140140
};
141141
</script>
142142

0 commit comments

Comments
 (0)