Skip to content

Commit

Permalink
fix(metric): icon alignment defaults (#2489)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme authored Jul 15, 2024
1 parent a498945 commit bba76fa
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/dark_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ export const DARK_THEME: Theme = {
minValueFontSize: 12,
titlesTextAlign: 'left',
valuesTextAlign: 'right',
iconAlign: 'left',
iconAlign: 'right',
border: DARK_BASE_COLORS.lightShade,
barBackground: DARK_BASE_COLORS.lightShade,
emptyBackground: Colors.Transparent.keyword,
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/legacy_dark_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ export const LEGACY_DARK_THEME: Theme = {
minValueFontSize: 12,
titlesTextAlign: 'left',
valuesTextAlign: 'right',
iconAlign: 'left',
iconAlign: 'right',
border: '#343741',
barBackground: '#343741',
emptyBackground: Colors.Transparent.keyword,
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/legacy_light_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export const LEGACY_LIGHT_THEME: Theme = {
minValueFontSize: 12,
titlesTextAlign: 'left',
valuesTextAlign: 'right',
iconAlign: 'left',
iconAlign: 'right',
border: '#EDF0F5',
barBackground: '#EDF0F5',
emptyBackground: Colors.Transparent.keyword,
Expand Down
2 changes: 1 addition & 1 deletion packages/charts/src/utils/themes/light_theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ export const LIGHT_THEME: Theme = {
minValueFontSize: 12,
titlesTextAlign: 'left',
valuesTextAlign: 'right',
iconAlign: 'left',
iconAlign: 'right',
border: '#EDF0F5', // LIGHT_BASE_COLORS.lightShade,
barBackground: '#EDF0F5', // LIGHT_BASE_COLORS.lightShade,
emptyBackground: Colors.Transparent.keyword,
Expand Down

0 comments on commit bba76fa

Please sign in to comment.