Skip to content

Commit

Permalink
Slight app error styling improvement with border
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 2, 2024
1 parent 3677b29 commit d9eb5fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/css/app-error.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
font-size: var(--font-size-base);
border-radius: var(--border-radius-base);
padding: 2rem;
border: 1px solid var(--u-color_critical_border-on-element_subdued);
}

.app-error h2 {
Expand Down
1 change: 1 addition & 0 deletions src/css/unison-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@
/* [x] */ --u-color_critical_icon-on-element: var(--color-gray-lighten-100);
/* [x] */ --u-color_critical_element_subdued: var(--color-pink-0-25pct);
/* [x] */ --u-color_critical_text-on-element_subdued: var(--color-pink-4);
/* [x] */ --u-color_critical_border-on-element_subdued: var(--color-pink-1-25pct);

/* [x] */ --u-color_info_container_subdued: var(--color-blue-1-25pct);
--u-color_info_text: var(--color-blue-2);
Expand Down

0 comments on commit d9eb5fb

Please sign in to comment.