Skip to content

Commit

Permalink
feat(xo-core): update UiCardTitle and UiCardSubtitle components (#8338)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierFL authored Feb 12, 2025
1 parent 8f87796 commit 47ee879
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const slots = defineSlots<{

<style lang="postcss" scoped>
.ui-card-subtitle {
color: var(--color-info-txt-base);
border-bottom: 0.1rem solid var(--color-info-txt-base);
color: var(--color-brand-txt-base);
border-bottom: 0.1rem solid var(--color-brand-txt-base);
display: flex;
justify-content: space-between;
gap: 0.8rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const slots = defineSlots<{
display: flex;
align-items: center;
gap: 0.8rem;
color: var(--color-info-txt-base);
color: var(--color-brand-txt-base);
}

.description {
Expand Down

0 comments on commit 47ee879

Please sign in to comment.