mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-04-30 18:59:37 +00:00
Formated Files
This commit is contained in:
parent
d5631b309a
commit
e768d9181f
138 changed files with 1829 additions and 1851 deletions
|
@ -1,19 +1,19 @@
|
|||
import { OrganizationProfile } from "@clerk/nextjs";
|
||||
import { OrganizationProfile } from '@clerk/nextjs';
|
||||
|
||||
const SettingsPage = () => {
|
||||
return (
|
||||
<div className="w-full">
|
||||
<div className='w-full'>
|
||||
<OrganizationProfile
|
||||
appearance={{
|
||||
elements: {
|
||||
rootBox: {
|
||||
boxShadow: "none",
|
||||
width: "100%",
|
||||
boxShadow: 'none',
|
||||
width: '100%',
|
||||
},
|
||||
card: {
|
||||
border: "1px solid #e5e5e5",
|
||||
boxShadow: "none",
|
||||
width: "100%",
|
||||
border: '1px solid #e5e5e5',
|
||||
boxShadow: 'none',
|
||||
width: '100%',
|
||||
},
|
||||
},
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue