Skip to content

Commit 2ae42fb

Browse files
committed
Update templates
1 parent 899826a commit 2ae42fb

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

assets/css/styles.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,11 +1280,6 @@ svg {
12801280
color: rgb(75 85 99 / var(--tw-text-opacity));
12811281
}
12821282

1283-
.text-gray-400 {
1284-
--tw-text-opacity: 1;
1285-
color: rgb(156 163 175 / var(--tw-text-opacity));
1286-
}
1287-
12881283
.text-gray-500 {
12891284
--tw-text-opacity: 1;
12901285
color: rgb(107 114 128 / var(--tw-text-opacity));

templates/components/input.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
class="w-full rounded border border-gray-300 bg-white py-1.5 px-3 text-sm leading-normal text-gray-600 placeholder-gray-400
55
focus:outline-none focus:ring focus:ring-{{ color }}-100 focus:border-{{ color }}-300"{{ required ? ' required' : '' }}{{ attr|raw }}>
66
{% if help %}
7-
<small class="text-xs text-gray-400">{{ help }}</small>
7+
<small class="text-xs text-gray-500">{{ help }}</small>
88
{% endif %}
99
</div>

templates/partials/import_form.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<input id="import" name="import" type="file"
2222
class="block w-full text-sm text-gray-500 file:mr-4 file:rounded file:border-0 file:bg-sky-500 file:py-1.5 file:px-3
2323
file:text-sm file:font-semibold file:text-white hover:file:bg-sky-600">
24-
<small class="text-xs text-gray-400">{{ key_desc }}</small>
24+
<small class="text-xs text-gray-500">{{ key_desc }}</small>
2525
</div>
2626

2727
{{ include('components/button.twig', {

0 commit comments

Comments
 (0)