A focused Docker Compose management web application.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: wrong background color for outline buttons

Brooke 9f5a4a2d db9f8545

+1 -1
+1 -1
packages/panel/src/lib/style.scss
··· 91 91 } 92 92 93 93 &:disabled { 94 - background-color: var(--overlay1) !important; 94 + background-color: var(--overlay1); 95 95 cursor: not-allowed; 96 96 } 97 97