Method: Satis::ProgressBar::Component#text_size

Defined in:
app/components/satis/progress_bar/component.rb

#text_sizeObject



34
35
36
37
38
39
40
# File 'app/components/satis/progress_bar/component.rb', line 34

def text_size
  if @size == :large
    "text-xs"
  elsif @size == :xlarge
    "text-sm"
  end
end