We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd273c commit 3f6afebCopy full SHA for 3f6afeb
src/components/Divider/consts.ts
@@ -8,7 +8,8 @@ export enum ContentPosition {
8
9
export enum DividerType {
10
PRIMARY = 'primary',
11
- SECONDARY = 'secondary'
+ SECONDARY = 'secondary',
12
+ TERTIARY = 'tertiary'
13
}
14
15
export const DividerDirection = Direction
src/styles/divider.scss
@@ -14,4 +14,7 @@
&-secondary {
background-color: var(--s-color-base-border-secondary);
16
17
+ &-tertiary {
18
+ background-color: var(--s-color-base-content-tertiary);
19
+ }
20
0 commit comments