@@ -227,3 +227,9 @@ textarea {
|
|||||||
color: var(--typebot-input-color);
|
color: var(--typebot-input-color);
|
||||||
background-color: var(--typebot-input-bg-color);
|
background-color: var(--typebot-input-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.typebot-date-input {
|
||||||
|
color-scheme: light;
|
||||||
|
color: var(--typebot-input-color);
|
||||||
|
background-color: var(--typebot-input-bg-color);
|
||||||
|
}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ export const DateForm = (props: Props) => {
|
|||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<input
|
<input
|
||||||
class="focus:outline-none flex-1 w-full text-input"
|
class="focus:outline-none flex-1 w-full text-input typebot-date-input"
|
||||||
style={{
|
style={{
|
||||||
'min-height': '32px',
|
'min-height': '32px',
|
||||||
'min-width': '100px',
|
'min-width': '100px',
|
||||||
@@ -68,7 +68,7 @@ export const DateForm = (props: Props) => {
|
|||||||
</p>
|
</p>
|
||||||
)}
|
)}
|
||||||
<input
|
<input
|
||||||
class="focus:outline-none flex-1 w-full text-input ml-2"
|
class="focus:outline-none flex-1 w-full text-input ml-2 typebot-date-input"
|
||||||
style={{
|
style={{
|
||||||
'min-height': '32px',
|
'min-height': '32px',
|
||||||
'min-width': '100px',
|
'min-width': '100px',
|
||||||
|
|||||||
Reference in New Issue
Block a user