This commit is contained in:
sairaj mote 2023-10-20 12:53:57 +05:30
parent c7cd1d67bb
commit 8826494f06
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
const smInput = document.createElement('template') const smInput = document.createElement('template')
smInput.innerHTML = ` smInput.innerHTML = /*html*/`
<style> <style>
*{ *{
padding: 0; padding: 0;
@ -154,7 +154,7 @@ smInput.innerHTML = `
.animate-placeholder .placeholder { .animate-placeholder .placeholder {
transform: scale(0.8); transform: scale(0.8);
opacity: 1; opacity: 1;
color: var(--accent-color,teal) color: var(--accent-color,teal);
grid-row: 1/2; grid-row: 1/2;
} }
:host([variant="outlined"]) .input { :host([variant="outlined"]) .input {

File diff suppressed because one or more lines are too long