Skip to content

Commit fd0ca1d

Browse files
committed
Hire me modal and button fonts
1 parent 7d6dce0 commit fd0ca1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/HireMeModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<!-- Hire me modal -->
33
<transition name="fade">
4-
<div v-show="modal" class="fixed inset-0 z-30">
4+
<div v-show="modal" class="font-general-medium fixed inset-0 z-30">
55
<!-- Modal body background as backdrop -->
66
<div
77
v-show="modal"
@@ -24,7 +24,7 @@
2424
class="modal-header flex justify-between gap-10 p-5 border-b border-ternary-light dark:border-ternary-dark"
2525
>
2626
<h5
27-
class=" text-primary-dark dark:text-primary-light text-2xl"
27+
class=" text-primary-dark dark:text-primary-light text-xl"
2828
>
2929
What project are you looking for?
3030
</h5>

src/components/shared/AppHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<!-- Hire me button -->
7171
<div class="hidden md:block">
7272
<button
73-
class="text-md font-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
73+
class="text-md font-general-medium bg-indigo-500 hover:bg-indigo-600 text-white shadow-sm rounded-md px-5 py-2.5"
7474
@click="showModal()"
7575
aria-label="Hire Me Button"
7676
>

0 commit comments

Comments
 (0)