forked from abner/for-legacy-web
Initial commit
This commit is contained in:
8
src/components/ui/ComboBox.tsx
Normal file
8
src/components/ui/ComboBox.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import styled from "styled-components";
|
||||
|
||||
export const ComboBox = styled.select`
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
color: var(--secondary-foreground);
|
||||
background: var(--secondary-background);
|
||||
`;
|
||||
Reference in New Issue
Block a user