Skip to content

Commit

Permalink
Merge pull request #33 from krumIO/fix/APPLAUNCHER-40__cluster_action…
Browse files Browse the repository at this point in the history
…s_bg_color

Fixing background color on cluster actions
  • Loading branch information
Hannahbird authored Apr 11, 2024
2 parents 4706049 + 068426c commit 4bca989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app-launcher/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ export default {
z-index: 2;
padding-bottom: 0.425rem;
padding-right: 4.4rem;
background: rgb(27, 28, 33);
background: inherit;
border-bottom: var(--header-border-size) solid var(--header-border);
}
Expand Down

0 comments on commit 4bca989

Please sign in to comment.