Skip to content

Commit 6fdd564

Browse files
committed
more spacious account card and section header purple
1 parent fb52faf commit 6fdd564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/components/app/settings/SectionHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="flex max-w-sm justify-between items-center w-full my-4">
3-
<h1 class="text-3xl text-gray-matcha capitalize">{{ name }}</h1>
3+
<h1 class="text-3xl text-purple-400 capitalize">{{ name }}</h1>
44
<div class="md:hidden sort-button rounded-md text-lg w-12">
55
<h1 class="noSelect">←</h1>
66
</div>

frontend/src/views/app/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<MenuButton v-on:click.native="showSetting('profile')" v-bind:class="{'md:px-8':true, 'md:bg-purple-200': getShow === 'profile'}" v-bind:text="'Profile'"></MenuButton>
2929
</div>
3030
</section>
31-
<section v-if="getShow === 'account'" class="flex flex-col items-center z-10 absolute bg-white-matcha px-8 pb-4 w-full top-0 left-0 h-screen md:h-auto md:ml-4 md:relative md:shadow-md md:rounded-md">
31+
<section v-if="getShow === 'account'" class="flex flex-col items-center z-10 absolute bg-white-matcha px-8 md:pb-8 w-full top-0 left-0 h-screen md:h-auto md:ml-4 md:relative md:shadow-md md:rounded-md">
3232
<SectionHeader v-bind:name="'account'" v-on:click.native="closeSetting()"></SectionHeader>
3333
<AccountInput
3434
v-bind:name="'First Name'"

0 commit comments

Comments
 (0)