forked from MapComplete/MapComplete
		
	Add styling to delete button
This commit is contained in:
		
							parent
							
								
									56ba426ab5
								
							
						
					
					
						commit
						95bc755611
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -132,7 +132,7 @@
 | 
				
			||||||
          General properties
 | 
					          General properties
 | 
				
			||||||
          <ErrorIndicatorForRegion firstPaths={firstPathsFor("Basic")} {state} />
 | 
					          <ErrorIndicatorForRegion firstPaths={firstPathsFor("Basic")} {state} />
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
        <div class="flex flex-col" slot="content0">
 | 
					        <div class="flex flex-col mb-8" slot="content0">
 | 
				
			||||||
          <Region {state} configs={perRegion["Basic"]} />
 | 
					          <Region {state} configs={perRegion["Basic"]} />
 | 
				
			||||||
          <DeleteButton {state} {backToStudio} objectType="layer"/>
 | 
					          <DeleteButton {state} {backToStudio} objectType="layer"/>
 | 
				
			||||||
        </div>
 | 
					        </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -96,7 +96,7 @@
 | 
				
			||||||
    <!-- {Object.keys(perRegion).join(";")} -->
 | 
					    <!-- {Object.keys(perRegion).join(";")} -->
 | 
				
			||||||
    <TabbedGroup>
 | 
					    <TabbedGroup>
 | 
				
			||||||
      <div slot="title0">Basic properties</div>
 | 
					      <div slot="title0">Basic properties</div>
 | 
				
			||||||
      <div slot="content0">
 | 
					      <div slot="content0" class="mb-8">
 | 
				
			||||||
        <Region configs={perRegion["basic"]} path={[]} {state} title="Basic properties" />
 | 
					        <Region configs={perRegion["basic"]} path={[]} {state} title="Basic properties" />
 | 
				
			||||||
        <Region configs={perRegion["start_location"]} path={[]} {state} title="Start location" />
 | 
					        <Region configs={perRegion["start_location"]} path={[]} {state} title="Start location" />
 | 
				
			||||||
        <DeleteButton {state} {backToStudio} objectType="theme"/>
 | 
					        <DeleteButton {state} {backToStudio} objectType="theme"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue