mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
feat(website): init dark mode
This commit is contained in:
@@ -69,7 +69,7 @@ export function Selectors({
|
||||
}));
|
||||
|
||||
return (
|
||||
<div className="p-6 lg:py-2.5 xl:p-6 border-b border-light-40">
|
||||
<div className="p-6 lg:py-2.5 xl:p-6 border-b border-light-40 dark:border-dark-80">
|
||||
<div className="max-w-3xl mx-auto w-full grid gap-x-6 gap-y-2 items-center" style={{ gridTemplateColumns: 'auto minmax(0, 1fr)' }}>
|
||||
<span>Framework</span>
|
||||
<Select
|
||||
|
||||
Reference in New Issue
Block a user