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
|
@ -12,7 +12,7 @@ export default ({ type, className, children }: AlertProps) => {
|
|||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
'flex items-center border-l-8 text-gray-50 rounded-md shadow px-4 py-3',
|
||||
'flex items-center border-l-8 text-slate-50 rounded-md shadow px-4 py-3',
|
||||
{
|
||||
['border-red-500 bg-red-500/25']: type === 'danger',
|
||||
['border-yellow-500 bg-yellow-500/25']: type === 'warning',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue