Skip to content

Commit

Permalink
chore: style form (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
connoratrug authored Jan 24, 2025
1 parent acff9cc commit f8b1900
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/tailwind-components/assets/css/theme/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
--text-color-button-secondary-hover: var(--color-green-200);
--text-color-title: var(--color-white);
--text-color-title-contrast: var(--color-blue-500);
--text-color-form-header: var(--color-white);
--text-color-input-description: var(--color-gray-50);

--border-color-button-primary: var(--color-green-500);
--border-color-button-primary-hover: var(--color-white);
Expand Down
4 changes: 3 additions & 1 deletion apps/tailwind-components/assets/css/theme/molgenis.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@
--text-color-sub-menu-hover: var(--color-blue-700);
--text-color-breadcrumb-arrow: var(--color-white);
--text-color-breadcrumb: var(--color-blue-50);
--text-color-title: var(--color-white);
--text-color-title: var(--color-gray-900);
--text-color-title-contrast: var(--color-blue-500);
--text-color-input-description: var(--color-gray-900);
--text-color-sub-title-contrast: var(--color-black);
--text-color-form-header: var(--color-gray-900);
--text-color-search-button: var(--text-blue-500);
--text-color-search-button-hover: var(--text-blue-800);
--text-color-favorite: var(--color-white);
Expand Down

0 comments on commit f8b1900

Please sign in to comment.