mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-17 16:47:31 +08:00
[portal] fix Tailwind style ordering issue
This commit is contained in:
@ -11,7 +11,6 @@ import AppShell from '~/components/global/AppShell';
|
||||
|
||||
import type { AppRouter } from '~/server/router';
|
||||
|
||||
import '@tih/ui/styles.css';
|
||||
import '~/styles/globals.css';
|
||||
|
||||
const MyApp: AppType<{ session: Session | null }> = ({
|
||||
|
@ -5,7 +5,7 @@ export default function HomePage() {
|
||||
<main className="flex-1 overflow-y-auto">
|
||||
<div className="flex h-full items-center justify-center">
|
||||
<div>
|
||||
<h1 className="text-center text-4xl font-bold text-red-600">
|
||||
<h1 className="text-primary-600 text-center text-4xl font-bold">
|
||||
Homepage
|
||||
</h1>
|
||||
<Button label="Button text" size="md" variant="primary" />
|
||||
|
Reference in New Issue
Block a user