Merge pull request #341 from ONLYOFFICE/bugfix/access-rights-icon

Bugfix/access rights icon
This commit is contained in:
Alexey Safronov 2024-04-15 20:07:33 +04:00 committed by GitHub
commit 6ed0b194a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -142,7 +142,7 @@ const LinkRow = ({
scaledOptions={false}
showDisabledItems
size={ComboBoxSize.content}
fillIcon={false}
fillIcon={true}
modernView
type="onlyIcon"
isDisabled={isExpiredLink || isLoaded}

View File

@ -1467,7 +1467,7 @@ export const getBaseTheme = () => {
lineHeight: "10px",
color: black,
disableColor: gray,
disableColor: black,
},
separator: {

View File

@ -1437,7 +1437,7 @@ const Dark: TTheme = {
lineHeight: "10px",
color: grayMaxLight,
disableColor: gray,
disableColor: grayMaxLight,
},
separator: {