Skip to content

Commit cd1ba85

Browse files
committed
Use Flowbite 4 semantic colors
1 parent 113d077 commit cd1ba85

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/app/components/docs/headline/h1.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Docs::Headline::H1 < Docs::Headline
22
def classes
3-
"mb-4 text-4xl tracking-tight font-bold text-gray-900 dark:text-white"
3+
"mb-4 text-4xl tracking-tight font-bold text-heading"
44
end
55

66
def tag

demo/app/components/docs/headline/h2.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Docs::Headline::H2 < Docs::Headline
22
def classes
3-
"mb-4 mt-8 text-2xl font-bold"
3+
"mb-4 mt-8 text-2xl font-bold text-heading"
44
end
55

66
def tag

demo/app/components/docs/headline/h3.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Docs::Headline::H3 < Docs::Headline
22
def classes
3-
"mt-4 mb-2 text-xl font-bold"
3+
"mt-4 mb-2 text-xl font-bold text-heading"
44
end
55

66
def tag

demo/app/components/docs/headline/h4.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class Docs::Headline::H4 < Docs::Headline
22
def classes
3-
"mt-4 text-md font-bold"
3+
"mt-4 text-md font-bold text-heading"
44
end
55

66
def tag

0 commit comments

Comments
 (0)