Skip to content

Commit

Permalink
change color of disabled sub menu item and description for file picker
Browse files Browse the repository at this point in the history
  • Loading branch information
bsatarnejad committed Nov 21, 2023
1 parent 0cd6a3a commit 7d6cd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/views/custom_styles/_primer_color_mapping.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
--main-menu-resizer-color: var(--color-border-muted);
--main-menu-bg-selected-border: var(--color-border-muted);
--main-menu-hover-border-color: var(--color-fg-default) !important;
--main-menu-fieldset-header-color: var(--color-fg-default) !important;
--main-menu-fieldset-header-color: var(--color-fg-subtle) !important;
--main-menu-border-width: 1px;
--button--border-color: var(--color-border-default);
--button--alt-highlight-background-hover-color: var(--color-btn-primary-hover-bg);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@
justify-content: center
height: 100%
text-align: center
color: var(--color-fg-subtle)

& &-icon
width: 9.5rem
height: 9.5rem
font-size: 5.5rem
margin-bottom: $spot-spacing-0_25
color: $spot-color-basic-gray-4

&-sub-text
color: var(--color-fg-muted)

0 comments on commit 7d6cd95

Please sign in to comment.