From a9cbdb0faeccc1a882f6cca85309d89ce830e0fd Mon Sep 17 00:00:00 2001 From: oksanaphmn Date: Thu, 5 Mar 2026 16:17:01 +0200 Subject: [PATCH] docs: clarify container style comments --- src/types/index.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/index.d.ts b/src/types/index.d.ts index 5164128..2f26526 100644 --- a/src/types/index.d.ts +++ b/src/types/index.d.ts @@ -80,9 +80,9 @@ export interface IInit { y?: number; }; }; - /** In case additional styling is needed for Plugin container */ + /** Additional styling for the plugin container */ containerStyles?: CSSProperties; - /** In case additional styling is needed for Plugin container */ + /** Additional className for the plugin container */ containerClassName?: string; /** When true, wallet connection are handled by your dApp, and use `syncProps()` to syncronise wallet state with Plugin */