diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-07-02 15:26:22 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-07-02 15:26:22 +1000 |
| commit | b8694f56d687307c64ba6775f9f0d4c064a2669a (patch) | |
| tree | 50a7fc73dcb50aeef751f942e6a550f0b747bfa1 /src/components/Tile.vue | |
| parent | 0d9945402ef72f127ebcb03a8dfc03af319196e9 (diff) | |
Adjust tutorial content
Diffstat (limited to 'src/components/Tile.vue')
| -rw-r--r-- | src/components/Tile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Tile.vue b/src/components/Tile.vue index 76ff645..9b43467 100644 --- a/src/components/Tile.vue +++ b/src/components/Tile.vue @@ -56,7 +56,7 @@ import {LayoutNode, LayoutOptions} from '../layout'; import {getImagePath, UiOptions} from '../lib'; import {capitalizeWords} from '../util'; -const scrimGradient = 'linear-gradient(to bottom, rgba(0,0,0,0.4), #0000 40%)'; +const scrimGradient = 'linear-gradient(to bottom, rgba(0,0,0,0.4), #0000 40%, #0000 60%, rgba(0,0,0,0.2) 100%)'; export default defineComponent({ props: { |
