Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/webkit/src/components/overline/overline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{ prefix }}
</span>
<span
class="font-proto-mono text-pretty text-brand-primary-400 font-medium leading-1 tracking-tightest uppercase text-overline-md"
class="font-proto-mono text-pretty text-brand-primary-500 font-medium leading-1 tracking-tightest uppercase text-overline-md"
:class="{ 'whitespace-nowrap': singleLine }"
>
<slot />
Expand Down
4 changes: 2 additions & 2 deletions packages/webkit/src/core/card/card-content/card-content.vue
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
:class="contentInnerClass"
>
<p
class="font-proto-mono text-overline-sm text-brand-primary-400"
class="font-proto-mono text-overline-sm text-brand-primary-500"
v-if="overline"
>
{{ overline }}
Expand All @@ -160,7 +160,7 @@
<span
v-if="icon"
:class="icon"
class="text-brand-primary-400 text-heading-sm"
class="text-brand-primary-500 text-heading-sm"
></span>

<h3
Expand Down
Loading