diff --git a/client/src/components/Settings/Themer/ThemeBuilder/ThemeCreator.module.css b/client/src/components/Settings/Themer/ThemeBuilder/ThemeCreator.module.css index 893095f..f135f18 100644 --- a/client/src/components/Settings/Themer/ThemeBuilder/ThemeCreator.module.css +++ b/client/src/components/Settings/Themer/ThemeBuilder/ThemeCreator.module.css @@ -2,5 +2,4 @@ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 10px; - margin-bottom: 20px; } diff --git a/client/src/components/UI/Forms/InputGroup/InputGroup.module.css b/client/src/components/UI/Forms/InputGroup/InputGroup.module.css index f22dc5f..cd7fd81 100644 --- a/client/src/components/UI/Forms/InputGroup/InputGroup.module.css +++ b/client/src/components/UI/Forms/InputGroup/InputGroup.module.css @@ -40,5 +40,11 @@ } .InputGroup input[type='color'] { - all: unset; + margin: 0; + padding: 0; + background-color: transparent; +} + +.InputGroup input[type='color']:hover { + cursor: pointer; }