@iroco/ui 1.15.0 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
{readonly}
|
|
72
72
|
{...rest}
|
|
73
73
|
/>
|
|
74
|
-
<button
|
|
74
|
+
<button type="button" onclick={toggleShowPassword}>
|
|
75
75
|
<Icon data={eye} />
|
|
76
76
|
</button>
|
|
77
77
|
{#if error != null}
|
|
@@ -282,13 +282,13 @@
|
|
|
282
282
|
width: 100%;
|
|
283
283
|
padding-right: 35px;
|
|
284
284
|
}
|
|
285
|
-
.iroco-ui-input
|
|
285
|
+
.iroco-ui-input button {
|
|
286
286
|
position: absolute;
|
|
287
287
|
right: 10px;
|
|
288
288
|
top: 50%;
|
|
289
289
|
transform: translateY(-50%);
|
|
290
290
|
cursor: pointer;
|
|
291
|
-
color: var(--color-
|
|
291
|
+
color: var(--color-foreground);
|
|
292
292
|
background-color: transparent;
|
|
293
293
|
border: none;
|
|
294
294
|
}</style>
|