Skip to content

Commit a0dae94

Browse files
Ni-2alsakhaev
authored andcommitted
feat: add a border for the Xen character image
1 parent a18e681 commit a0dae94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/xen-tg-app/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const App = () => {
1717
>
1818
<SettingsIcon />
1919
</Link>
20-
<div className="z-1 m-2.5 flex w-[210px] justify-center overflow-hidden rounded-full select-none">
20+
<div className="z-1 m-2.5 flex w-[210px] justify-center overflow-hidden rounded-full border border-(--color-opposite-text) select-none dark:border-(--color-main-text)/30">
2121
<img src={XEN_IMAGE} alt="xen-photo" className="h-full w-full" />
2222
</div>
2323
<Wallet />

0 commit comments

Comments
 (0)