Skip to content

Commit

Permalink
update to semantic tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Aug 6, 2024
1 parent a7718ae commit 1f38888
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/demo-app-ts/src/Demo.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.pf-ri__topology-demo .pf-topology-visualization-surface {
border: 1px solid var(--pf-t--color--black);
border: 1px solid var(--pf-t--global--border--color--default);
}

.pf-ri__topology-demo .pf-v6-c-tab-content {
Expand Down Expand Up @@ -52,11 +52,11 @@
}

.pf-ri-topology__node__background.pf-m-hover {
fill: var(--pf-t--color--green--40);
fill: var(--pf-t--global--border--color--nonstatus--green--hover);
}

.pf-ri-topology__node__background.pf-m-drop-target {
fill: var(--pf-t--color--blue--20);
fill: var(--pf-t--global--color--nonstatus--blue--default);
}

.pf-v6-c-page__main-section#\/topology-demo-page-section,
Expand All @@ -72,7 +72,7 @@
fill: var(--pf-t--color--red--50);
}
.topology-demo-badge > text {
fill: var(--pf-t--global--color--nonstatus--gold--200);
fill: var(--pf-t--global--text--color--inverse);
}

.pf-v6-c-toolbar__content.pf-m-hidden {
Expand Down

0 comments on commit 1f38888

Please sign in to comment.