Skip to content

Commit

Permalink
Merge pull request #534 from Ferlab-Ste-Justine/fix/clin-3216
Browse files Browse the repository at this point in the history
fix: CLIN-3216 fix flag style
  • Loading branch information
claudia1296 authored Sep 26, 2024
2 parents c449ec5 + fd427a6 commit 6bdeb52
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
3 changes: 3 additions & 0 deletions packages/ui/Release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 10.10.4 2024-09-26
- fix: CLIN-3216 & CLIN-3219 fix flags style

### 10.10.3 2024-09-26
- fix: CLIN-3217 & CLIN-3218 fix DateUtils format

Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ferlab/ui",
"version": "10.10.3",
"version": "10.10.4",
"description": "Core components for scientific research data portals",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 5 additions & 3 deletions packages/ui/src/components/Flag/FlagDropdown/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
width: 136px;
}

.flagDropdown li{
color: var(--blue-1);
}

.flagOption{
display: flex;
justify-content: space-between;
color: var(--gray-9);
}

.flagOption :global(.anticon) {
Expand Down Expand Up @@ -43,9 +48,6 @@
height: 22px;
}

.historyIcon{
color: var(--gray-8);
}
.userAvatar {
font-size: 12px !important;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/components/Flag/FlagDropdown/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const Flag = ({
className={styles.viewHistoryButton}
icon={<HistoryOutlined className={styles.historyIcon} style={{ fontSize: '16px' }} />}
onClick={() => setIsModalOpen(true)}
type="link"
type="text"
/>
</Tooltip>
</Space>
Expand Down

0 comments on commit 6bdeb52

Please sign in to comment.