Skip to content

Commit

Permalink
chore(ui-kit): minor style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
sashathor committed Apr 4, 2024
1 parent 55b52d1 commit b6484ca
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

li {
list-style: none;
padding: var(--propel-spacing-xl);
padding: var(--propel-spacing-md);
border-radius: var(--propel-radius-xs);
cursor: default;

Expand Down
2 changes: 1 addition & 1 deletion packages/ui-kit/src/components/Counter/Counter.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

.rootCounter {
@extend .displayLgBold;

color: var(--propel-text-primary);
white-space: nowrap;
transition: opacity 0.2s ease-in-out;
Expand All @@ -15,4 +14,5 @@

.loader {
@extend .displayLgBold;
color: var(--propel-text-secondary);
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.rootErrorFallback {
@extend .textMdRegular;
color: var(--propel-text-secondary);
max-width: 263px;
height: var(--propel-component-height);
margin: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.rootLeaderboard {
@extend .textXxsRegular;
color: var(--propel-text-secondary);
overflow: auto;
padding: 0;

Expand Down Expand Up @@ -66,11 +67,13 @@
td {
text-align: left;
padding: var(--propel-spacing-md) var(--propel-spacing-md) var(--propel-spacing-md) 0;
color: var(--propel-text-secondary);
@extend .textXsRegular;
}

td {
@extend .textXsRegular;
color: var(--propel-text-secondary);
border-bottom: 1px solid var(--propel-color-secondary);
}

Expand Down
1 change: 1 addition & 0 deletions packages/ui-kit/src/components/Loader/Loader.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.rootLoader {
@extend .textMdRegular;
color: var(--propel-text-secondary);
overflow: auto;
width: 100%;
height: auto;
Expand Down
2 changes: 2 additions & 0 deletions packages/ui-kit/src/components/PieChart/PieChart.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

.rootPieChart {
@extend .textXxsRegular;
color: var(--propel-text-primary);
overflow: auto;
padding: 0;

Expand Down Expand Up @@ -35,6 +36,7 @@

.pieChartList {
@extend .textXsRegular;
color: var(--propel-text-secondary);
margin-top: var(--propel-spacing-xl);

ul {
Expand Down

0 comments on commit b6484ca

Please sign in to comment.