Skip to content

Commit 3782784

Browse files
authored
docs(design-system-docs): use existing colour tokens in getting started examples (#5014)
Signed-off-by: say <say.apm35@gmail.com>
1 parent f1a3b4d commit 3782784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/design-system-docs/docs/foundation/colour/getting_started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Use specific semantic variables:
4444

4545
```css
4646
.button-primary {
47-
background-color: var(--eds-color-bg-accent-emphasis);
47+
background-color: var(--eds-color-bg-accent-fill-emphasis-default);
4848
color: var(--eds-color-text-accent-strong-on-emphasis);
4949
}
5050
```
@@ -74,7 +74,7 @@ Use abstract variables:
7474

7575
```css
7676
.button {
77-
background: var(--eds-color-bg-emphasis);
77+
background: var(--eds-color-bg-fill-emphasis-default);
7878
color: var(--eds-color-text-strong-on-emphasis);
7979
}
8080
```

0 commit comments

Comments
 (0)