Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions examples/tutorial/src/3-channel-list/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
@layer stream-overrides {
.custom-theme {
/* Accent */
--accent-primary: #0d47a1;
--str-chat__accent-primary: #0d47a1;

/* Message bubble colors */
--chat-bg-outgoing: #1e3a8a;
--chat-bg-attachment-outgoing: #0d47a1;
--chat-bg-incoming: #dbeafe;
--chat-text-outgoing: #ffffff;
--chat-reply-indicator-outgoing: #93c5fd;
--str-chat__chat-bg-outgoing: #1e3a8a;
--str-chat__chat-bg-attachment-outgoing: #0d47a1;
--str-chat__chat-bg-incoming: #dbeafe;
--str-chat__chat-text-outgoing: #ffffff;
--str-chat__chat-reply-indicator-outgoing: #93c5fd;

/* Links */
--text-link: #1e40af;
--chat-text-link: #93c5fd;
--str-chat__text-link: #1e40af;
--str-chat__chat-text-link: #93c5fd;

/* Panel backgrounds */
--background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--background-core-app: #c7dafc; /* message list background */
--str-chat__background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--str-chat__background-core-app: #c7dafc; /* message list background */

/* Focus ring */
--border-utility-focused: #1e40af;
--str-chat__border-utility-focused: #1e40af;

/* Radii */
--radius-max: 8px;
--button-radius-full: 6px;
--str-chat__radius-max: 8px;
--str-chat__button-radius-full: 6px;
}
}

Expand Down
26 changes: 13 additions & 13 deletions examples/tutorial/src/4-custom-ui-components/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
@layer stream-overrides {
.custom-theme {
/* Accent */
--accent-primary: #0d47a1;
--str-chat__accent-primary: #0d47a1;

/* Message bubble colors */
--chat-bg-outgoing: #1e3a8a;
--chat-bg-attachment-outgoing: #0d47a1;
--chat-bg-incoming: #dbeafe;
--chat-text-outgoing: #ffffff;
--chat-reply-indicator-outgoing: #93c5fd;
--str-chat__chat-bg-outgoing: #1e3a8a;
--str-chat__chat-bg-attachment-outgoing: #0d47a1;
--str-chat__chat-bg-incoming: #dbeafe;
--str-chat__chat-text-outgoing: #ffffff;
--str-chat__chat-reply-indicator-outgoing: #93c5fd;

/* Links */
--text-link: #1e40af;
--chat-text-link: #93c5fd;
--str-chat__text-link: #1e40af;
--str-chat__chat-text-link: #93c5fd;

/* Panel backgrounds */
--background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--background-core-app: #c7dafc; /* message list background */
--str-chat__background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--str-chat__background-core-app: #c7dafc; /* message list background */

/* Focus ring */
--border-utility-focused: #1e40af;
--str-chat__border-utility-focused: #1e40af;

/* Radii */
--radius-max: 8px;
--button-radius-full: 6px;
--str-chat__radius-max: 8px;
--str-chat__button-radius-full: 6px;
}
}

Expand Down
26 changes: 13 additions & 13 deletions examples/tutorial/src/5-custom-attachment-type/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
@layer stream-overrides {
.custom-theme {
/* Accent */
--accent-primary: #0d47a1;
--str-chat__accent-primary: #0d47a1;

/* Message bubble colors */
--chat-bg-outgoing: #1e3a8a;
--chat-bg-attachment-outgoing: #0d47a1;
--chat-bg-incoming: #dbeafe;
--chat-text-outgoing: #ffffff;
--chat-reply-indicator-outgoing: #93c5fd;
--str-chat__chat-bg-outgoing: #1e3a8a;
--str-chat__chat-bg-attachment-outgoing: #0d47a1;
--str-chat__chat-bg-incoming: #dbeafe;
--str-chat__chat-text-outgoing: #ffffff;
--str-chat__chat-reply-indicator-outgoing: #93c5fd;

/* Links */
--text-link: #1e40af;
--chat-text-link: #93c5fd;
--str-chat__text-link: #1e40af;
--str-chat__chat-text-link: #93c5fd;

/* Panel backgrounds */
--background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--background-core-app: #c7dafc; /* message list background */
--str-chat__background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--str-chat__background-core-app: #c7dafc; /* message list background */

/* Focus ring */
--border-utility-focused: #1e40af;
--str-chat__border-utility-focused: #1e40af;

/* Radii */
--radius-max: 8px;
--button-radius-full: 6px;
--str-chat__radius-max: 8px;
--str-chat__button-radius-full: 6px;
}
}

Expand Down
26 changes: 13 additions & 13 deletions examples/tutorial/src/6-emoji-picker/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
@layer stream-overrides {
.custom-theme {
/* Accent */
--accent-primary: #0d47a1;
--str-chat__accent-primary: #0d47a1;

/* Message bubble colors */
--chat-bg-outgoing: #1e3a8a;
--chat-bg-attachment-outgoing: #0d47a1;
--chat-bg-incoming: #dbeafe;
--chat-text-outgoing: #ffffff;
--chat-reply-indicator-outgoing: #93c5fd;
--str-chat__chat-bg-outgoing: #1e3a8a;
--str-chat__chat-bg-attachment-outgoing: #0d47a1;
--str-chat__chat-bg-incoming: #dbeafe;
--str-chat__chat-text-outgoing: #ffffff;
--str-chat__chat-reply-indicator-outgoing: #93c5fd;

/* Links */
--text-link: #1e40af;
--chat-text-link: #93c5fd;
--str-chat__text-link: #1e40af;
--str-chat__chat-text-link: #93c5fd;

/* Panel backgrounds */
--background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--background-core-app: #c7dafc; /* message list background */
--str-chat__background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--str-chat__background-core-app: #c7dafc; /* message list background */

/* Focus ring */
--border-utility-focused: #1e40af;
--str-chat__border-utility-focused: #1e40af;

/* Radii */
--radius-max: 8px;
--button-radius-full: 6px;
--str-chat__radius-max: 8px;
--str-chat__button-radius-full: 6px;
}
}

Expand Down
26 changes: 13 additions & 13 deletions examples/tutorial/src/7-livestream/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@
@layer stream-overrides {
.custom-theme {
/* Accent */
--accent-primary: #0d47a1;
--str-chat__accent-primary: #0d47a1;

/* Message bubble colors */
--chat-bg-outgoing: #1e3a8a;
--chat-bg-attachment-outgoing: #0d47a1;
--chat-bg-incoming: #dbeafe;
--chat-text-outgoing: #ffffff;
--chat-reply-indicator-outgoing: #93c5fd;
--str-chat__chat-bg-outgoing: #1e3a8a;
--str-chat__chat-bg-attachment-outgoing: #0d47a1;
--str-chat__chat-bg-incoming: #dbeafe;
--str-chat__chat-text-outgoing: #ffffff;
--str-chat__chat-reply-indicator-outgoing: #93c5fd;

/* Links */
--text-link: #1e40af;
--chat-text-link: #93c5fd;
--str-chat__text-link: #1e40af;
--str-chat__chat-text-link: #93c5fd;

/* Panel backgrounds */
--background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--background-core-app: #c7dafc; /* message list background */
--str-chat__background-core-elevation-1: #dbeafe; /* channel list, surrounding panels */
--str-chat__background-core-app: #c7dafc; /* message list background */

/* Focus ring */
--border-utility-focused: #1e40af;
--str-chat__border-utility-focused: #1e40af;

/* Radii */
--radius-max: 8px;
--button-radius-full: 6px;
--str-chat__radius-max: 8px;
--str-chat__button-radius-full: 6px;
}
}

Expand Down