small bug fix

This commit is contained in:
sairaj mote 2021-12-24 14:02:17 +05:30
parent 10e505d968
commit db46bc2f9a
2 changed files with 4 additions and 5 deletions

View File

@ -565,7 +565,6 @@ smTextarea.innerHTML = `
} }
:host{ :host{
display: grid; display: grid;
--accent-color: #4d2588;
--text-color: 17, 17, 17; --text-color: 17, 17, 17;
--background-color: 255, 255, 255; --background-color: 255, 255, 255;
--danger-color: red; --danger-color: red;

View File

@ -196,7 +196,7 @@
</div> </div>
</sm-popup> </sm-popup>
<!-- Create new sheet popup --> <!-- Create new sheet popup -->
<sm-popup id="new_sheet_popup"> <sm-popup id="new_sheet_popup" open>
<header class="popup-header" slot="header"> <header class="popup-header" slot="header">
<svg class="icon" onclick="this.closest('sm-popup').hide()" viewBox="0 0 64 64"> <svg class="icon" onclick="this.closest('sm-popup').hide()" viewBox="0 0 64 64">
<title>close popup</title> <title>close popup</title>