Skip to content

Commit

Permalink
Use primitive color tokens from arches theme
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 12, 2024
1 parent 4fd0bf3 commit 7c707a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const showError = (event?: FileUploadErrorEvent | FileUploadUploadEvent) => {
}
h4 {
color: var(--p-primary-950);
color: var(--p-header-950);
margin-top: 0;
font-size: 1.33rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ label {
}
h4 {
color: var(--p-primary-950);
color: var(--p-header-950);
margin-top: 0;
font-size: 1.33rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const cancel = () => {
}
h4 {
color: var(--p-primary-950);
color: var(--p-header-950);
margin-top: 0;
font-size: 1.33rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ const focusInput = () => {
}
h4 {
color: var(--p-primary-950);
color: var(--p-header-950);
margin-top: 0;
font-size: 1.33rem;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const heading = computed(() => {
.header {
display: flex;
align-items: center;
background: var(--p-primary-950);
background: var(--p-header-950);
}
i {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ await fetchListsAndPopulateTree();
},
header: {
style: {
background: 'var(--p-primary-950)',
background: 'var(--p-header-950)',
color: 'white',
borderRadius: '1rem',
marginBottom: '1rem',
Expand Down

0 comments on commit 7c707a9

Please sign in to comment.