mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-23 08:48:37 +02:00
.
This commit is contained in:
@@ -86,7 +86,7 @@ export const ProfileWrapper = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col text-black dark:text-white">
|
<div className="flex flex-1 flex-col text-black dark:text-white">
|
||||||
<div className="flex items-center justify-between p-[20px]">
|
<div className="flex items-center justify-between p-[20px]">
|
||||||
<p className="text-2xl font-semibold">Profile</p>
|
<p className="text-2xl font-semibold opacity-65">@{account.me.root?.username}</p>
|
||||||
<Button
|
<Button
|
||||||
onClick={clickEdit}
|
onClick={clickEdit}
|
||||||
className="shadow-outer ml-auto flex h-[34px] cursor-pointer flex-row space-x-2 rounded-lg bg-white px-3 text-black shadow-[1px_1px_1px_1px_rgba(0,0,0,0.3)] hover:bg-black/10 dark:bg-[#222222] dark:text-white dark:hover:opacity-60"
|
className="shadow-outer ml-auto flex h-[34px] cursor-pointer flex-row space-x-2 rounded-lg bg-white px-3 text-black shadow-[1px_1px_1px_1px_rgba(0,0,0,0.3)] hover:bg-black/10 dark:bg-[#222222] dark:text-white dark:hover:opacity-60"
|
||||||
|
|||||||
@@ -7,8 +7,8 @@ export default function EditProfileRoute() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col">
|
<div className="flex flex-1 flex-col">
|
||||||
<p className="h-[74px] p-[20px] text-2xl font-semibold text-white/30">Profile</p>
|
<p className="h-[74px] p-[20px] text-2xl font-semibold text-black dark:text-white/30">Profile</p>
|
||||||
<div className="flex flex-col items-center border-b border-neutral-900 bg-inherit pb-5 text-white">
|
<div className="flex flex-col items-center border-b border-neutral-900 bg-inherit pb-5">
|
||||||
<div className="flex w-full max-w-2xl align-top">
|
<div className="flex w-full max-w-2xl align-top">
|
||||||
<button className="mr-3 h-[130px] w-[130px] flex-col items-center justify-center rounded-xl border border-dashed border-white/10 bg-neutral-100 text-white/50 dark:bg-neutral-900">
|
<button className="mr-3 h-[130px] w-[130px] flex-col items-center justify-center rounded-xl border border-dashed border-white/10 bg-neutral-100 text-white/50 dark:bg-neutral-900">
|
||||||
<p className="text-sm tracking-wide">Photo</p>
|
<p className="text-sm tracking-wide">Photo</p>
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
import { Button } from "../ui/button"
|
|
||||||
|
|
||||||
export default function SettingsRoute() {
|
export default function SettingsRoute() {
|
||||||
return (
|
return (
|
||||||
<div className="flex flex-1 flex-col">
|
<div className="flex flex-1 flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user