Use a more subtle color for card metadata

This commit is contained in:
Jackson Harper 2023-03-06 12:58:49 +08:00
parent ba4a4bfd9c
commit 74db69c243
2 changed files with 3 additions and 8 deletions

View file

@ -1,6 +1,6 @@
export const MetaStyle = {
width: '100%',
color: '$thTextSubtle2',
color: '$thTextSubtle3',
fontSize: '13px',
fontWeight: '400',
fontFamily: '$display',

View file

@ -1,15 +1,10 @@
import { useRouter } from 'next/router'
import { Moon, Sun } from 'phosphor-react'
import { ReactNode, useCallback, useState } from 'react'
import { ReactNode, useCallback } from 'react'
import { useGetViewerQuery } from '../../lib/networking/queries/useGetViewerQuery'
import {
currentTheme,
currentThemeName,
updateTheme,
} from '../../lib/themeUpdater'
import { currentTheme, updateTheme } from '../../lib/themeUpdater'
import { Avatar } from '../elements/Avatar'
import { AvatarDropdown } from '../elements/AvatarDropdown'
import { Button } from '../elements/Button'
import {
Dropdown,
DropdownOption,