Add prettier.

This commit is contained in:
Paul
2021-06-18 15:57:08 +01:00
parent 34a4bccbbe
commit 0cba2b362d
20 changed files with 222 additions and 168 deletions

View File

@@ -1,7 +1,7 @@
import styled from "styled-components";
export default styled.select`
padding: 8px;
padding: 8px;
border-radius: 2px;
color: var(--secondary-foreground);
background: var(--secondary-background);