mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Use a more subtle color for card metadata
This commit is contained in:
parent
ba4a4bfd9c
commit
74db69c243
2 changed files with 3 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
export const MetaStyle = {
|
||||
width: '100%',
|
||||
color: '$thTextSubtle2',
|
||||
color: '$thTextSubtle3',
|
||||
fontSize: '13px',
|
||||
fontWeight: '400',
|
||||
fontFamily: '$display',
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue