Skip to content

Commit 443a168

Browse files
committed
Error Color
1 parent 2bd000d commit 443a168

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

dist/engrid.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
*
2020
* ENGRID PAGE TEMPLATE ASSETS
2121
*
22-
* Date: Tuesday, June 16, 2026 @ 13:58:56 ET
22+
* Date: Tuesday, June 16, 2026 @ 14:28:49 ET
2323
* By: nick
2424
* ENGrid styles: v0.25.6
2525
* ENGrid scripts: v0.25.6
@@ -8013,6 +8013,8 @@ body[data-engrid-debug]:before{
80138013
--color_tertiary-evergreen:#1a1a1a;
80148014
--color_semantic-red:#700310;
80158015
--color_semantic-required:#dc0404;
8016+
--error__color:#e11f28;
8017+
--error__color_faded:var(--color_white);
80168018
--sm:8px;
80178019
--md:16px;
80188020
--lg:24px;

dist/engrid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* ENGRID PAGE TEMPLATE ASSETS
1919
*
20-
* Date: Tuesday, June 16, 2026 @ 13:58:56 ET
20+
* Date: Tuesday, June 16, 2026 @ 14:28:49 ET
2121
* By: nick
2222
* ENGrid styles: v0.25.6
2323
* ENGrid scripts: v0.25.6

dist/engrid.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engrid.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/sass/themes/tpl.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
--color_tertiary-evergreen: #1A1A1A;
1616
--color_semantic-red: #700310;
1717
--color_semantic-required: #DC0404;
18+
--error__color: #E11F28;
19+
--error__color_faded: var(--color_white);
1820

1921
--sm: 8px;
2022
--md: 16px;

0 commit comments

Comments
 (0)