Skip to content

Commit

Permalink
Update README with link to palette preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-gnm authored Jun 11, 2024
1 parent efc872a commit 90a4c24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Text(
```
### Core palette colours

Core palette colours are available for direct use in components through `Source.Palette`.
Core palette colours are available for direct use in components through `Source.Palette`. [Preview all available colours here](https://github.com/guardian/source-apps/blob/main/android/source/src/main/kotlin/com/gu/source/presets/palette/palette.png).

```kotlin
Text(
Expand Down Expand Up @@ -193,4 +193,4 @@ This defines the brand colours from [Source documentation](https://design.thegua
### Usage

1. Import framework - `import Source`
2. Access colours like so - `ColorPalette.brand400`
2. Access colours like so - `ColorPalette.brand400`

0 comments on commit 90a4c24

Please sign in to comment.