Skip to content

Commit

Permalink
change url and add styling
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Nov 8, 2023
1 parent bd36c0d commit 0e54de3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/billboard-widget/src/hooks/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const useAuth = (
wallet.address,
);

const ensName = `${clientProps.siweAddress}.user.ethprague.dm3.eth`;
const ensName = `${clientProps.siweAddress}.bb-user.dm3.eth`;

//Finally we've to submmit the profile to the deliveryService
const token = await DeliveryServiceClient(
Expand Down
14 changes: 9 additions & 5 deletions packages/billboard-widget/src/styles/streameth.pcss
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
.common-styles {
--mainBg: var(--bg-base);
--messageBg: rgb(0 0 0 / 0.2);
--messageBgOwn: #dfdfdf;
--messageBg25: #fff;
--messageBgOwn: rgb(0 0 0 / 0.1);
--messageBg25: var(--bg-base);
--borderInputColor: #e0e0e0;
--inputBg: #fff;
--textColorPrimary: #ffffff;
--textColorPrimary: black;
--textColorSecondary: #808080;
--borderRadiusS: 0;
--borderRadiusM: 0;
--borderRadiusL: 0;
--scrollbar-background : var(--colors-accent);
--scrollbar-background: var(--colors-accent);
}

.styled-scrollbars {
--scrollbar-foreground: var(--colors-accent);
--scrollbar-background: #f8f8f8;
}
}

.message-create-area {
background-color: var(--messageBg25);
}

0 comments on commit 0e54de3

Please sign in to comment.