Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Jun 9, 2023
1 parent 50bd0b0 commit 4c64d0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "polkadotcloud-core-ui",
"license": "Apache-2.0",
"version": "0.3.37",
"version": "0.3.38",
"author": "Ross Bulat",
"description": "Core UI Components for Polkadot Dashboards.",
"keywords": [
Expand Down
3 changes: 2 additions & 1 deletion packages/core-ui/styles/modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ SPDX-License-Identifier: Apache-2.0 */
border-bottom: 1px solid var(--border-primary-color);
color: var(--text-color-primary);
font-family: InterSemiBold, sans-serif;
width: 100%;
font-weight: 600;
display: flex;
align-items: center;
margin: 1.25rem 0 0;
padding-bottom: 0.75rem;
width: 100%;

> svg {
margin-right: 0.65rem;
Expand Down

0 comments on commit 4c64d0d

Please sign in to comment.