ui(admin): add "working" React admin ui
This commit is contained in:
parent
d1c7494933
commit
5402584508
199 changed files with 13387 additions and 151 deletions
|
@ -91,7 +91,7 @@ export default ({ children, ...props }: Props) => {
|
|||
{...getFloatingProps({
|
||||
ref: floating,
|
||||
className:
|
||||
'bg-gray-900 text-sm text-gray-200 px-3 py-2 rounded pointer-events-none max-w-[24rem]',
|
||||
'bg-slate-900 text-sm text-slate-200 px-3 py-2 rounded pointer-events-none max-w-[24rem]',
|
||||
style: {
|
||||
position: strategy,
|
||||
top: `${y || 0}px`,
|
||||
|
@ -108,7 +108,7 @@ export default ({ children, ...props }: Props) => {
|
|||
ay || 0,
|
||||
)}px) rotate(45deg)`,
|
||||
}}
|
||||
className={classNames('absolute bg-gray-900 w-3 h-3', side)}
|
||||
className={classNames('absolute bg-slate-900 w-3 h-3', side)}
|
||||
/>
|
||||
)}
|
||||
</motion.div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue