diff --git a/src/styles/layout/events/events.scss b/src/styles/layout/events/events.scss index ecb3c0c..4cbe6a6 100644 --- a/src/styles/layout/events/events.scss +++ b/src/styles/layout/events/events.scss @@ -143,12 +143,11 @@ solid-event section { background-color: var(--form-inputs-background); } .newevent input[type="submit"], - .newtype input[type="submit"], - // button { - // width: max-content; - // padding: 5px 20px; - // background-color: #3C3F57; - // } + .newtype input[type="submit"] { + width: max-content; + padding: 5px 20px; + background-color: #3C3F57; + } .newevent input[type="file"] { background-color: transparent; }