Skip to content

Commit ff305c1

Browse files
authored
fix: use corporate design color for AHB button (#127)
Use corporate design color for AHB button
1 parent 4f74512 commit ff305c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/lib/components/shared/footer-tools.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
target="_blank"
1111
rel="noopener noreferrer"
1212
style="font:14px/22px Roboto, sans-serif; line-height:1.5;"
13-
class="flex flex-row items-center rounded-full bg-ahb_primary text-white text-lg px-2 py-1 m-2
13+
class="flex flex-row items-center rounded-full bg-ahb_tone text-white text-lg px-2 py-1 m-2
1414
ring-1
1515
ring-black/5
1616
hover:ring-black/10

tailwind.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export default {
77
off_white: "#E7E6E5",
88
ahb_primary: "#ff569c",
99
ahb_secondary: "#F4E0E1",
10+
ahb_tone: "#ebbec1",
1011
bedingungsbaum_primary: "#e5bd5c",
1112
bedingungsbaum_secondary: "#F4E2B9",
1213
ebd_primary: "#8BA2D7",

0 commit comments

Comments
 (0)