Skip to content

Commit

Permalink
Fix default Flag icon pack configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Sep 26, 2024
1 parent 2a17764 commit 033a813
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
phlex-icons (1.0.0)
phlex-icons (1.1.0)
phlex (>= 1.11)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/icons/flag/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Flag
class Base < Icons::Base
attr_reader :variant

def initialize(variant: Phlex::Icons::Hero.configuration.default_variant, **attrs)
def initialize(variant: Phlex::Icons::Flag.configuration.default_variant, **attrs)
@variant = variant

if attrs
Expand Down
2 changes: 1 addition & 1 deletion lib/phlex/icons/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Phlex
module Icons
VERSION = '1.0.0'
VERSION = '1.1.0'
end
end

0 comments on commit 033a813

Please sign in to comment.