File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
components/backgroundlayers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ examples:
15
15
<div class="spectrum-BackgroundLayers--pasteboard" style="inline-size: 100px; block-size: 100px; border-radius: 10px; position: absolute; left: 40px; top: 40px; z-index: 1;">
16
16
</div>
17
17
</div>
18
- - id : backgroundlayers-editting
19
- name : Editting Contexts
18
+ - id : backgroundlayers-editing
19
+ name : Editing Contexts
20
20
markup : |
21
21
<div class="spectrum-Examples" style="justify-content: flex-start; position: relative; height: 150px;">
22
22
<div class="spectrum-BackgroundLayers--elevated" style="inline-size: 100px; block-size: 100px; border-radius: 10px; position: absolute; z-index: 3;">
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { Template } from "./template";
2
2
import { html } from 'lit' ;
3
3
4
4
export default {
5
- title : "UtilitityClasses /Background layers" ,
5
+ title : "UtilityClasses /Background layers" ,
6
6
description : "The background layers is a series of classes used to style background layers." ,
7
7
component : "BackgroundLayers" ,
8
8
argTypes : { } ,
You can’t perform that action at this time.
0 commit comments