Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

249 fix week jump and div styling #250

Merged
merged 6 commits into from
Nov 6, 2023
Merged

Conversation

sigridge
Copy link
Contributor

@sigridge sigridge commented Nov 3, 2023

Fixes #249, but should be changed a bit after #248 is merged and #238 is fixed

@sigridge sigridge marked this pull request as ready for review November 6, 2023 12:41
@@ -7,10 +7,10 @@ export default function PrimaryButton({
}) {
return (
<button
className="h-10 p-3 bg-primary_default rounded-lg justify-center items-center gap-2 inline-flex"
className="h-10 p-3 bg-primary_default rounded-lg justify-center items-center gap-2 inline-flex text-white text-sm leading-none"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Påmindelse: bruk CSS styling for font

Copy link
Contributor

@mathildehaugum mathildehaugum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Veldig bra jobbet! Blir mye finere nettside nå 🤩

@sigridge sigridge merged commit c7918e7 into main Nov 6, 2023
3 checks passed
@sigridge sigridge deleted the 249-fix-week-jump-and-div-styling branch November 6, 2023 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix week "jump" and div styling
2 participants