mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-03 23:12:20 +02:00
Apply FILTER_BAR_MAIN TextStyle
This commit is contained in:
parent
730170d4b3
commit
3daf465bc8
@ -60,7 +60,7 @@ export class FilterBar extends Phaser.GameObjects.Container {
|
|||||||
|
|
||||||
this.columns.push(column);
|
this.columns.push(column);
|
||||||
|
|
||||||
const filterTypesLabel = addTextObject(0, 3, title, TextStyle.TOOLTIP_CONTENT);
|
const filterTypesLabel = addTextObject(0, 3, title, TextStyle.FILTER_BAR_MAIN);
|
||||||
this.labels.push(filterTypesLabel);
|
this.labels.push(filterTypesLabel);
|
||||||
this.add(filterTypesLabel);
|
this.add(filterTypesLabel);
|
||||||
this.dropDowns.push(dropDown);
|
this.dropDowns.push(dropDown);
|
||||||
|
Loading…
Reference in New Issue
Block a user