Skip to content

Commit dc9e581

Browse files
committed
1 parent f4ec39b commit dc9e581

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

workspaces/redhat-argocd/packages/app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@backstage/plugin-techdocs-module-addons-contrib": "^1.1.29",
4747
"@backstage/plugin-techdocs-react": "^1.3.4",
4848
"@backstage/plugin-user-settings": "^0.8.27",
49+
"@backstage/ui": "^0.8.2",
4950
"@emotion/react": "^11.11.4",
5051
"@emotion/styled": "^11.13.0",
5152
"@mui/icons-material": "^5.15.16",

workspaces/redhat-argocd/packages/app/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
import '@backstage/ui/css/styles.css';
1617
import ReactDOM from 'react-dom/client';
17-
1818
import App from './App';
1919

2020
ReactDOM.createRoot(document.getElementById('root')!).render(<App />);

workspaces/redhat-argocd/plugins/argocd/dev/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
import '@backstage/ui/css/styles.css';
1617
import { Entity } from '@backstage/catalog-model';
1718
import { ConfigReader } from '@backstage/config';
1819
import { configApiRef } from '@backstage/core-plugin-api';

workspaces/redhat-argocd/plugins/argocd/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"@backstage/plugin-kubernetes-react": "^0.5.12",
5353
"@backstage/plugin-permission-react": "^0.4.37",
5454
"@backstage/theme": "^0.7.0",
55+
"@backstage/ui": "^0.8.2",
5556
"@janus-idp/shared-react": "^2.16.0",
5657
"@kubernetes/client-node": "^0.22.1",
5758
"@material-ui/core": "^4.9.13",

0 commit comments

Comments
 (0)