rofrischmann/alveron

View on GitHub
website/styling/useTheme.js

Summary

Maintainability
A
0 mins
Test Coverage
import { useFela } from 'react-fela'

export default function useTheme() {
  const { theme } = useFela()

  return theme
}