File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/web/src/views/Forms/EventForm Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import { Flex } from "@web/components/Flex";
55import { Textarea } from "@web/components/Textarea" ;
66import { hoverColorByPriority } from "@web/common/styles/theme.util" ;
77import { PriorityButton } from "@web/components/Button/styled" ;
8+ import { Input } from "@web/components/Input" ;
89
910import { StyledFormProps } from "./types" ;
1011
@@ -56,9 +57,10 @@ export const StyledSubmitRow = styled(Flex)`
5657 padding-top: 18px;
5758` ;
5859
59- export const StyledTitle = styled ( Textarea ) `
60+ export const StyledTitle = styled ( Input ) `
6061 background: transparent;
6162 font-size: ${ ( { theme } ) => theme . text . size [ "5xl" ] } ;
63+ font-weight: 600;
6264 &:hover {
6365 filter: brightness(90%);
6466 }
You can’t perform that action at this time.
0 commit comments