Skip to content

Commit

Permalink
color was different for share , download => fixed (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
nipunarora-eGov authored Sep 1, 2023
1 parent ac816ae commit 5a902f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@egovernments/digit-ui-works-css",
"version": "0.2.14",
"version": "0.2.15",
"license": "MIT",
"author": "Jagankumar <[email protected]>",
"main": "dist/index.css",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
@apply relative !important;
color:#0B0C0C !important;
svg{
fill: #f47738;
fill: #f18f5e;
}
span{
color:#f47738 !important;
color:#f18f5e !important;
}
}
.multilink-optionWrap{
Expand Down
2 changes: 1 addition & 1 deletion frontend/micro-ui/web/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap"
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected]/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].14/dist/index.css" />
<link rel="stylesheet" href="https://unpkg.com/@egovernments/[email protected].15/dist/index.css" />
<!-- <link rel="stylesheet" href="https://unpkg.com/@egovernments/digit-ui-works-css/dist/index.css" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#00bcd1" />
Expand Down

0 comments on commit 5a902f3

Please sign in to comment.