Web:Client:Fix.

This commit is contained in:
Vlada Gazizova 2022-11-08 13:56:46 +03:00
parent f693049bf8
commit 6fef3064f1

View File

@ -1,10 +1,7 @@
import React, { useState, useCallback, useEffect } from "react";
import styled, { css } from "styled-components";
import { inject, observer } from "mobx-react";
import React from "react";
import styled from "styled-components";
import Button from "@docspace/components/button";
import { HexColorPicker, HexColorInput } from "react-colorful";
import { isMobileOnly } from "react-device-detect";
const StyledComponent = styled.div`
.save-button {
@ -105,7 +102,7 @@ const HexColorPickerComponent = (props) => {
/>
</div>
<HexColorPicker color={color} onChange={setColor} />
<HexColorPicker color={color.toUpperCase()} onChange={setColor} />
<div className="hex-button">
<Button